#492700

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

Shades of Baker's Chocolate #492700

Tints of Baker's Chocolate #492700

Color information

#492700 (or 0x492700) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 27 and 00. RGB value is (73,39,0). Sum of RGB (Red+Green+Blue) = 73+39+0=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #492700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492700 is #B6D8FF. Grayscale: #2C2C2C. Windows color (decimal): -11983104 or 10057. OLE color: 10057.

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

Color convert

RGB73390-
CMYK00.4710.71
HSL32.05º100%14.31%-
HSV(B)32.05º100%28.63%-
XYZ3.472.870.37-
YUV44.72102.76148.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.18%
G=34.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7339000.4710.7132.0510014.31
Hex4927002F64472064e
Octal1114700571441074014416
Binary1001001100111001011111100100100011110000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492700; }

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

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

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

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

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

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

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

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