#702506

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

Shades of Baker's Chocolate #702506

Tints of Baker's Chocolate #702506

Color information

#702506 (or 0x702506) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 25 and 06. RGB value is (112,37,6). Sum of RGB (Red+Green+Blue) = 112+37+6=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702506 is #8FDAF9. Grayscale: #383838. Windows color (decimal): -9427706 or 402800. OLE color: 402800.

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

Color convert

RGB112376-
CMYK00.670.950.56
HSL17.55º89.83%23.14%-
HSV(B)17.55º94.64%43.92%-
XYZ7.384.780.71-
YUV55.8999.85168.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=72.26%
G=23.87%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11237600.670.950.5617.5589.8323.14
Hex702560435F38125a17
Octal1604560103137702213227
Binary111000010010111001000011101111111100010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702506; }

 p { color: rgb(112,37,6); }

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

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

 a { background-color: rgb(112,37,6); }

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

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

 span { border-color: rgb(112,37,6); }

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