#702808

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

Shades of Baker's Chocolate #702808

Tints of Baker's Chocolate #702808

Color information

#702808 (or 0x702808) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 28 and 08. RGB value is (112,40,8). Sum of RGB (Red+Green+Blue) = 112+40+8=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #702808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702808 is #8FD7F7. Grayscale: #3A3A3A. Windows color (decimal): -9426936 or 534640. OLE color: 534640.

HSL color Cylindrical-coordinate representation of color #702808: hue angle of 18.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #702808 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112408-
CMYK00.640.930.56
HSL18.46º86.67%23.53%-
HSV(B)18.46º92.86%43.92%-
XYZ7.484.980.8-
YUV57.8899.85166.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 5%
R=70%
G=25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11240800.640.930.5618.4686.6723.53
Hex702880405D38125718
Octal16050100100135702212730
Binary1110000101000100001000000101110111100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702808; }

 p { color: rgb(112,40,8); }

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

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

 a { background-color: rgb(112,40,8); }

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

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

 span { border-color: rgb(112,40,8); }

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