#492900

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

Shades of Baker's Chocolate #492900

Tints of Baker's Chocolate #492900

Color information

#492900 (or 0x492900) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 29 and 00. RGB value is (73,41,0). Sum of RGB (Red+Green+Blue) = 73+41+0=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492900 is #B6D6FF. Grayscale: #2E2E2E. Windows color (decimal): -11982592 or 10569. OLE color: 10569.

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

Color convert

RGB73410-
CMYK00.4410.71
HSL33.7º100%14.31%-
HSV(B)33.7º100%28.63%-
XYZ3.5430.39-
YUV45.89102.1147.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.04%
G=35.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7341000.4410.7133.710014.31
Hex4929002C64472264e
Octal1115100541441074214416
Binary1001001101001001011001100100100011110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492900; }

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

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

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

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

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

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

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

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