#732B04

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

Shades of Baker's Chocolate #732B04

Tints of Baker's Chocolate #732B04

Color information

#732B04 (or 0x732B04) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 2B and 04. RGB value is (115,43,4). Sum of RGB (Red+Green+Blue) = 115+43+4=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #732B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B04 is #8CD4FB. Grayscale: #3C3C3C. Windows color (decimal): -9229564 or 273267. OLE color: 273267.

HSL color Cylindrical-coordinate representation of color #732B04: hue angle of 21.08º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #732B04 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115434-
CMYK00.630.970.55
HSL21.08º93.28%23.33%-
HSV(B)21.08º96.52%45.1%-
XYZ7.965.380.73-
YUV60.0896.35167.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=70.99%
G=26.54%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11543400.630.970.5521.0893.2823.33
Hex732B403F6137155d17
Octal163534077141672513527
Binary11100111010111000111111110000111011110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,43,4); }

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

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

 a { background-color: rgb(115,43,4); }

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

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

 span { border-color: rgb(115,43,4); }

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