#702A0F

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

Shades of Baker's Chocolate #702A0F

Tints of Baker's Chocolate #702A0F

Color information

#702A0F (or 0x702A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2A and 0F. RGB value is (112,42,15). Sum of RGB (Red+Green+Blue) = 112+42+15=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A0F is #8FD5F0. Grayscale: #3C3C3C. Windows color (decimal): -9426417 or 993904. OLE color: 993904.

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

Color convert

RGB1124215-
CMYK00.620.870.56
HSL16.7º76.38%24.9%-
HSV(B)16.7º86.61%43.92%-
XYZ7.65.141.04-
YUV59.85102.69165.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=66.27%
G=24.85%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112421500.620.870.5616.776.3824.9
Hex702AF03E5738114c19
Octal1605217076127702111431
Binary111000010101011110111110101011111100010001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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