#702A0D

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

Shades of Baker's Chocolate #702A0D

Tints of Baker's Chocolate #702A0D

Color information

#702A0D (or 0x702A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2A and 0D. RGB value is (112,42,13). Sum of RGB (Red+Green+Blue) = 112+42+13=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #702A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A0D is #8FD5F2. Grayscale: #3B3B3B. Windows color (decimal): -9426419 or 862832. OLE color: 862832.

HSL color Cylindrical-coordinate representation of color #702A0D: hue angle of 17.58º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #702A0D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1124213-
CMYK00.620.880.56
HSL17.58º79.2%24.51%-
HSV(B)17.58º88.39%43.92%-
XYZ7.585.130.97-
YUV59.62101.69165.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.07%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=67.07%
G=25.15%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112421300.620.880.5617.5879.224.51
Hex702AD03E5838124f19
Octal1605215076130702211731
Binary111000010101011010111110101100011100010010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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