#732704

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

Shades of Baker's Chocolate #732704

Tints of Baker's Chocolate #732704

Color information

#732704 (or 0x732704) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 27 and 04. RGB value is (115,39,4). Sum of RGB (Red+Green+Blue) = 115+39+4=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #732704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732704 is #8CD8FB. Grayscale: #393939. Windows color (decimal): -9230588 or 272243. OLE color: 272243.

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

Color convert

RGB115394-
CMYK00.660.970.55
HSL18.92º93.28%23.33%-
HSV(B)18.92º96.52%45.1%-
XYZ7.825.10.69-
YUV57.7397.68168.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=72.78%
G=24.68%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11539400.660.970.5518.9293.2823.33
Hex732740426137135d17
Octal1634740102141672313527
Binary111001110011110001000010110000111011110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732704; }

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

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

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

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

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

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

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

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