#49361A

Color #49361A Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #49361A

Tints of Clinker #49361A

Color information

#49361A (or 0x49361A) is unknown color: approx Clinker. HEX triplet: 49, 36 and 1A. RGB value is (73,54,26). Sum of RGB (Red+Green+Blue) = 73+54+26=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361A is #B6C9E5. Grayscale: #383838. Windows color (decimal): -11979238 or 1717833. OLE color: 1717833.

HSL color Cylindrical-coordinate representation of color #49361A: hue angle of 35.74º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49361A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB735426-
CMYK00.260.640.71
HSL35.74º47.47%19.41%-
HSV(B)35.74º64.38%28.63%-
XYZ4.254.131.55-
YUV56.49110.79139.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=47.71%
G=35.29%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73542600.260.640.7135.7447.4719.41
Hex49361A01A4047242f13
Octal1116632032100107445723
Binary1001001110110110100110101000000100011110010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49361A; }

 p { color: rgb(73,54,26); }

 H1.HeaderClassName
 {
   color: #49361A;
 }
 .AnyTagClassName
 {
   color: #49361A;
 }
</style>
background-color css

<style>
 a { background-color: #49361A; }

 a { background-color: rgb(73,54,26); }

 div.DivClassName
 {
   background-color: #49361A;
 }
 .BgClassName
 {
   background-color: #49361A;
 }
</style>
border-color css

<style>
 span { border-color: #49361A; }

 span { border-color: rgb(73,54,26); }

 td.TdClassName
 {
   border-color: #49361A;
 }
 .TagClassName
 {
   border-color: #49361A;
 }
</style>