#492E05

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

Shades of Baker's Chocolate #492E05

Tints of Baker's Chocolate #492E05

Color information

#492E05 (or 0x492E05) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 2E and 05. RGB value is (73,46,5). Sum of RGB (Red+Green+Blue) = 73+46+5=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E05 is #B6D1FA. Grayscale: #313131. Windows color (decimal): -11981307 or 339529. OLE color: 339529.

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

Color convert

RGB73465-
CMYK00.370.930.71
HSL36.18º87.18%15.29%-
HSV(B)36.18º93.15%28.63%-
XYZ3.753.380.6-
YUV49.4102.95144.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=58.87%
G=37.10%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7346500.370.930.7136.1887.1815.29
Hex492E50255D472457f
Octal1115650451351074412717
Binary100100110111010101001011011101100011110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,5); }

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

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

 a { background-color: rgb(73,46,5); }

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

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

 span { border-color: rgb(73,46,5); }

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