#492908

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

Shades of Baker's Chocolate #492908

Tints of Baker's Chocolate #492908

Color information

#492908 (or 0x492908) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 29 and 08. RGB value is (73,41,8). Sum of RGB (Red+Green+Blue) = 73+41+8=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492908 is #B6D6F7. Grayscale: #2E2E2E. Windows color (decimal): -11982584 or 534857. OLE color: 534857.

HSL color Cylindrical-coordinate representation of color #492908: hue angle of 30.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #492908 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB73418-
CMYK00.440.890.71
HSL30.46º80.25%15.88%-
HSV(B)30.46º89.04%28.63%-
XYZ3.583.020.62-
YUV46.81106.1146.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=59.84%
G=33.61%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7341800.440.890.7130.4680.2515.88
Hex4929802C59471e5010
Octal11151100541311073612020
Binary1001001101001100001011001011001100011111110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492908; }

 p { color: rgb(73,41,8); }

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

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

 a { background-color: rgb(73,41,8); }

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

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

 span { border-color: rgb(73,41,8); }

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