#702A08

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

Shades of Baker's Chocolate #702A08

Tints of Baker's Chocolate #702A08

Color information

#702A08 (or 0x702A08) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2A and 08. RGB value is (112,42,8). Sum of RGB (Red+Green+Blue) = 112+42+8=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #702A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A08 is #8FD5F7. Grayscale: #3B3B3B. Windows color (decimal): -9426424 or 535152. OLE color: 535152.

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

Color convert

RGB112428-
CMYK00.620.930.56
HSL19.62º86.67%23.53%-
HSV(B)19.62º92.86%43.92%-
XYZ7.555.120.82-
YUV59.0599.19165.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=69.14%
G=25.93%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11242800.620.930.5619.6286.6723.53
Hex702A803E5D38145718
Octal1605210076135702412730
Binary111000010101010000111110101110111100010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702A08; }

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

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

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

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

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

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

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

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