#703207

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

Shades of Baker's Chocolate #703207

Tints of Baker's Chocolate #703207

Color information

#703207 (or 0x703207) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 32 and 07. RGB value is (112,50,7). Sum of RGB (Red+Green+Blue) = 112+50+7=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #703207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703207 is #8FCDF8. Grayscale: #3F3F3F. Windows color (decimal): -9424377 or 471664. OLE color: 471664.

HSL color Cylindrical-coordinate representation of color #703207: hue angle of 24.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #703207 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB112507-
CMYK00.550.940.56
HSL24.57º88.24%23.33%-
HSV(B)24.57º93.75%43.92%-
XYZ7.865.740.89-
YUV63.6496.04162.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=66.27%
G=29.59%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11250700.550.940.5624.5788.2423.33
Hex703270375E38195817
Octal160627067136703113027
Binary11100001100101110110111101111011100011001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703207; }

 p { color: rgb(112,50,7); }

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

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

 a { background-color: rgb(112,50,7); }

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

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

 span { border-color: rgb(112,50,7); }

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