#702708

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

Shades of Baker's Chocolate #702708

Tints of Baker's Chocolate #702708

Color information

#702708 (or 0x702708) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 27 and 08. RGB value is (112,39,8). Sum of RGB (Red+Green+Blue) = 112+39+8=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702708 is #8FD8F7. Grayscale: #393939. Windows color (decimal): -9427192 or 534384. OLE color: 534384.

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

Color convert

RGB112398-
CMYK00.650.930.56
HSL17.88º86.67%23.53%-
HSV(B)17.88º92.86%43.92%-
XYZ7.454.910.79-
YUV57.29100.18167.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=70.44%
G=24.53%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11239800.650.930.5617.8886.6723.53
Hex702780415D38125718
Octal16047100101135702212730
Binary1110000100111100001000001101110111100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702708; }

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

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

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

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

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

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

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

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