#702607

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

Shades of Baker's Chocolate #702607

Tints of Baker's Chocolate #702607

Color information

#702607 (or 0x702607) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 26 and 07. RGB value is (112,38,7). Sum of RGB (Red+Green+Blue) = 112+38+7=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #702607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702607 is #8FD9F8. Grayscale: #383838. Windows color (decimal): -9427449 or 468592. OLE color: 468592.

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

Color convert

RGB112387-
CMYK00.660.940.56
HSL17.71º88.24%23.33%-
HSV(B)17.71º93.75%43.92%-
XYZ7.414.850.75-
YUV56.59100.02167.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=71.34%
G=24.20%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11238700.660.940.5617.7188.2423.33
Hex702670425E38125817
Octal1604670102136702213027
Binary111000010011011101000010101111011100010010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702607; }

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

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

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

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

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

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

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

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