#492806

Color #492806 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #492806

Tints of Baker's Chocolate #492806

Color information

#492806 (or 0x492806) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 28 and 06. RGB value is (73,40,6). Sum of RGB (Red+Green+Blue) = 73+40+6=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #492806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492806 is #B6D7F9. Grayscale: #2E2E2E. Windows color (decimal): -11982842 or 403529. OLE color: 403529.

HSL color Cylindrical-coordinate representation of color #492806: hue angle of 30.45º 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 #492806 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73406-
CMYK00.450.920.71
HSL30.45º84.81%15.49%-
HSV(B)30.45º91.78%28.63%-
XYZ3.542.950.55-
YUV45.99105.43147.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=61.34%
G=33.61%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7340600.450.920.7130.4584.8115.49
Hex4928602D5C471e55f
Octal1115060551341073612517
Binary10010011010001100101101101110010001111111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492806; }

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

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

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

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

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

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

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

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