#732D06

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

Shades of Baker's Chocolate #732D06

Tints of Baker's Chocolate #732D06

Color information

#732D06 (or 0x732D06) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 2D and 06. RGB value is (115,45,6). Sum of RGB (Red+Green+Blue) = 115+45+6=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #732D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D06 is #8CD2F9. Grayscale: #3D3D3D. Windows color (decimal): -9229050 or 404851. OLE color: 404851.

HSL color Cylindrical-coordinate representation of color #732D06: hue angle of 21.47º 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 #732D06 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB115456-
CMYK00.610.950.55
HSL21.47º90.08%23.73%-
HSV(B)21.47º94.78%45.1%-
XYZ8.045.530.82-
YUV61.4896.69166.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=69.28%
G=27.11%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11545600.610.950.5521.4790.0823.73
Hex732D603D5F37155a18
Octal163556075137672513230
Binary11100111011011100111101101111111011110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D06; }

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

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

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

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

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

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

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

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