#70270D

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

Shades of Baker's Chocolate #70270D

Tints of Baker's Chocolate #70270D

Color information

#70270D (or 0x70270D) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 27 and 0D. RGB value is (112,39,13). Sum of RGB (Red+Green+Blue) = 112+39+13=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70270D is #8FD8F2. Grayscale: #3A3A3A. Windows color (decimal): -9427187 or 862064. OLE color: 862064.

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

Color convert

RGB1123913-
CMYK00.650.880.56
HSL15.76º79.2%24.51%-
HSV(B)15.76º88.39%43.92%-
XYZ7.484.920.94-
YUV57.86102.68166.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.29%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=68.29%
G=23.78%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112391300.650.880.5615.7679.224.51
Hex7027D0415838104f19
Octal16047150101130702011731
Binary1110000100111110101000001101100011100010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70270D; }

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

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

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

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

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

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

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

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