#49371C

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

Shades of Clinker #49371C

Tints of Clinker #49371C

Color information

#49371C (or 0x49371C) is unknown color: approx Clinker. HEX triplet: 49, 37 and 1C. RGB value is (73,55,28). Sum of RGB (Red+Green+Blue) = 73+55+28=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49371C is #B6C8E3. Grayscale: #393939. Windows color (decimal): -11978980 or 1849161. OLE color: 1849161.

HSL color Cylindrical-coordinate representation of color #49371C: hue angle of 36º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49371C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB735528-
CMYK00.250.620.71
HSL36º44.55%19.8%-
HSV(B)36º61.64%28.63%-
XYZ4.324.231.69-
YUV57.3111.46139.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=46.79%
G=35.26%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73552800.250.620.713644.5519.8
Hex49371C0193E47242d14
Octal111673403176107445524
Binary100100111011111100011001111110100011110010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49371C; }

 p { color: rgb(73,55,28); }

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

<style>
 a { background-color: #49371C; }

 a { background-color: rgb(73,55,28); }

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

<style>
 span { border-color: #49371C; }

 span { border-color: rgb(73,55,28); }

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