#492D05

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

Shades of Baker's Chocolate #492D05

Tints of Baker's Chocolate #492D05

Color information

#492D05 (or 0x492D05) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 2D and 05. RGB value is (73,45,5). Sum of RGB (Red+Green+Blue) = 73+45+5=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #492D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D05 is #B6D2FA. Grayscale: #303030. Windows color (decimal): -11981563 or 339273. OLE color: 339273.

HSL color Cylindrical-coordinate representation of color #492D05: hue angle of 35.29º 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 #492D05 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB73455-
CMYK00.380.930.71
HSL35.29º87.18%15.29%-
HSV(B)35.29º93.15%28.63%-
XYZ3.713.30.59-
YUV48.81103.28145.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=59.35%
G=36.59%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7345500.380.930.7135.2987.1815.29
Hex492D50265D472357f
Octal1115550461351074312717
Binary100100110110110101001101011101100011110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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