#70260A

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

Shades of Baker's Chocolate #70260A

Tints of Baker's Chocolate #70260A

Color information

#70260A (or 0x70260A) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 26 and 0A. RGB value is (112,38,10). Sum of RGB (Red+Green+Blue) = 112+38+10=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70260A is #8FD9F5. Grayscale: #393939. Windows color (decimal): -9427446 or 665200. OLE color: 665200.

HSL color Cylindrical-coordinate representation of color #70260A: hue angle of 16.47º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70260A is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1123810-
CMYK00.660.910.56
HSL16.47º83.61%23.92%-
HSV(B)16.47º91.07%43.92%-
XYZ7.434.850.83-
YUV56.93101.52167.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=70%
G=23.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112381000.660.910.5616.4783.6123.92
Hex7026A0425B38105418
Octal16046120102133702012430
Binary1110000100110101001000010101101111100010000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70260A; }

 p { color: rgb(112,38,10); }

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

<style>
 a { background-color: #70260A; }

 a { background-color: rgb(112,38,10); }

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

<style>
 span { border-color: #70260A; }

 span { border-color: rgb(112,38,10); }

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