#732406

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

Shades of Baker's Chocolate #732406

Tints of Baker's Chocolate #732406

Color information

#732406 (or 0x732406) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 24 and 06. RGB value is (115,36,6). Sum of RGB (Red+Green+Blue) = 115+36+6=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #732406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732406 is #8CDBF9. Grayscale: #383838. Windows color (decimal): -9231354 or 402547. OLE color: 402547.

HSL color Cylindrical-coordinate representation of color #732406: hue angle of 16.51º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #732406 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB115366-
CMYK00.690.950.55
HSL16.51º90.08%23.73%-
HSV(B)16.51º94.78%45.1%-
XYZ7.734.920.71-
YUV56.299.67169.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.25%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=73.25%
G=22.93%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11536600.690.950.5516.5190.0823.73
Hex732460455F37115a18
Octal1634460105137672113230
Binary111001110010011001000101101111111011110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732406; }

 p { color: rgb(115,36,6); }

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

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

 a { background-color: rgb(115,36,6); }

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

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

 span { border-color: rgb(115,36,6); }

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