#492602

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

Shades of Baker's Chocolate #492602

Tints of Baker's Chocolate #492602

Color information

#492602 (or 0x492602) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 26 and 02. RGB value is (73,38,2). Sum of RGB (Red+Green+Blue) = 73+38+2=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #492602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492602 is #B6D9FD. Grayscale: #2C2C2C. Windows color (decimal): -11983358 or 140873. OLE color: 140873.

HSL color Cylindrical-coordinate representation of color #492602: hue angle of 30.42º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #492602 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB73382-
CMYK00.480.970.71
HSL30.42º94.67%14.71%-
HSV(B)30.42º97.26%28.63%-
XYZ3.452.810.42-
YUV44.36104.1148.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.60%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=64.60%
G=33.63%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7338200.480.970.7130.4294.6714.71
Hex4926203061471e5ff
Octal1114620601411073613717
Binary1001001100110100110000110000110001111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492602; }

 p { color: rgb(73,38,2); }

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

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

 a { background-color: rgb(73,38,2); }

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

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

 span { border-color: rgb(73,38,2); }

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