#703203

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

Shades of Baker's Chocolate #703203

Tints of Baker's Chocolate #703203

Color information

#703203 (or 0x703203) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 32 and 03. RGB value is (112,50,3). Sum of RGB (Red+Green+Blue) = 112+50+3=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #703203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703203 is #8FCDFC. Grayscale: #3F3F3F. Windows color (decimal): -9424381 or 209520. OLE color: 209520.

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

Color convert

RGB112503-
CMYK00.550.970.56
HSL25.87º94.78%22.55%-
HSV(B)25.87º97.32%43.92%-
XYZ7.845.730.78-
YUV63.1894.04162.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=67.88%
G=30.30%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11250300.550.970.5625.8794.7822.55
Hex7032303761381a5f17
Octal160623067141703213727
Binary1110000110010110110111110000111100011010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703203; }

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

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

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

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

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

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

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

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