#703407

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

Shades of Baker's Chocolate #703407

Tints of Baker's Chocolate #703407

Color information

#703407 (or 0x703407) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 34 and 07. RGB value is (112,52,7). Sum of RGB (Red+Green+Blue) = 112+52+7=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703407 is #8FCBF8. Grayscale: #414141. Windows color (decimal): -9423865 or 472176. OLE color: 472176.

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

Color convert

RGB112527-
CMYK00.540.940.56
HSL25.71º88.24%23.33%-
HSV(B)25.71º93.75%43.92%-
XYZ7.955.920.92-
YUV64.8195.38161.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=65.50%
G=30.41%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11252700.540.940.5625.7188.2423.33
Hex703470365E381a5817
Octal160647066136703213027
Binary11100001101001110110110101111011100011010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703407; }

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

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

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

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

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

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

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

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