#492702

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

Shades of Baker's Chocolate #492702

Tints of Baker's Chocolate #492702

Color information

#492702 (or 0x492702) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 27 and 02. RGB value is (73,39,2). Sum of RGB (Red+Green+Blue) = 73+39+2=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492702 is #B6D8FD. Grayscale: #2D2D2D. Windows color (decimal): -11983102 or 141129. OLE color: 141129.

HSL color Cylindrical-coordinate representation of color #492702: hue angle of 31.27º 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 #492702 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB73392-
CMYK00.470.970.71
HSL31.27º94.67%14.71%-
HSV(B)31.27º97.26%28.63%-
XYZ3.482.870.43-
YUV44.95103.76148.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=64.04%
G=34.21%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7339200.470.970.7131.2794.6714.71
Hex4927202F61471f5ff
Octal1114720571411073713717
Binary1001001100111100101111110000110001111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492702; }

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

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

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

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

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

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

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

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