#70270C

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

Shades of Baker's Chocolate #70270C

Tints of Baker's Chocolate #70270C

Color information

#70270C (or 0x70270C) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 27 and 0C. RGB value is (112,39,12). Sum of RGB (Red+Green+Blue) = 112+39+12=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70270C is #8FD8F3. Grayscale: #393939. Windows color (decimal): -9427188 or 796528. OLE color: 796528.

HSL color Cylindrical-coordinate representation of color #70270C: hue angle of 16.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70270C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1123912-
CMYK00.650.890.56
HSL16.2º80.65%24.31%-
HSV(B)16.2º89.29%43.92%-
XYZ7.474.920.9-
YUV57.75102.18166.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=68.71%
G=23.93%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112391200.650.890.5616.280.6524.31
Hex7027C0415938105118
Octal16047140101131702012130
Binary1110000100111110001000001101100111100010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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