#492F06

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

Shades of Clinker #492F06

Tints of Clinker #492F06

Color information

#492F06 (or 0x492F06) is unknown color: approx Clinker. HEX triplet: 49, 2F and 06. RGB value is (73,47,6). Sum of RGB (Red+Green+Blue) = 73+47+6=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #492F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F06 is #B6D0F9. Grayscale: #323232. Windows color (decimal): -11981050 or 405321. OLE color: 405321.

HSL color Cylindrical-coordinate representation of color #492F06: hue angle of 36.72º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #492F06 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73476-
CMYK00.360.920.71
HSL36.72º84.81%15.49%-
HSV(B)36.72º91.78%28.63%-
XYZ3.83.460.64-
YUV50.1103.11144.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=57.94%
G=37.30%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7347600.360.920.7136.7284.8115.49
Hex492F60245C472555f
Octal1115760441341074512517
Binary100100110111111001001001011100100011110010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492F06; }

 p { color: rgb(73,47,6); }

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

<style>
 a { background-color: #492F06; }

 a { background-color: rgb(73,47,6); }

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

<style>
 span { border-color: #492F06; }

 span { border-color: rgb(73,47,6); }

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