#703107

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

Shades of Baker's Chocolate #703107

Tints of Baker's Chocolate #703107

Color information

#703107 (or 0x703107) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 31 and 07. RGB value is (112,49,7). Sum of RGB (Red+Green+Blue) = 112+49+7=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #703107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703107 is #8FCEF8. Grayscale: #3F3F3F. Windows color (decimal): -9424633 or 471408. OLE color: 471408.

HSL color Cylindrical-coordinate representation of color #703107: hue angle of 24º 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 #703107 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB112497-
CMYK00.560.940.56
HSL24º88.24%23.33%-
HSV(B)24º93.75%43.92%-
XYZ7.825.660.88-
YUV63.0596.37162.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=66.67%
G=29.17%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11249700.560.940.562488.2423.33
Hex703170385E38185817
Octal160617070136703013027
Binary11100001100011110111000101111011100011000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703107; }

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

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

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

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

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

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

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

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