#702B0E

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

Shades of Baker's Chocolate #702B0E

Tints of Baker's Chocolate #702B0E

Color information

#702B0E (or 0x702B0E) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2B and 0E. RGB value is (112,43,14). Sum of RGB (Red+Green+Blue) = 112+43+14=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B0E is #8FD4F1. Grayscale: #3C3C3C. Windows color (decimal): -9426162 or 928624. OLE color: 928624.

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

Color convert

RGB1124314-
CMYK00.620.880.56
HSL17.76º77.78%24.71%-
HSV(B)17.76º87.5%43.92%-
XYZ7.635.21.02-
YUV60.32101.86164.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=66.27%
G=25.44%
B=8.28%

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
Decimal112431400.620.880.5617.7677.7824.71
Hex702BE03E5838124e19
Octal1605316076130702211631
Binary111000010101111100111110101100011100010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,43,14); }

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

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

 a { background-color: rgb(112,43,14); }

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

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

 span { border-color: rgb(112,43,14); }

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