#70260B

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

Shades of Baker's Chocolate #70260B

Tints of Baker's Chocolate #70260B

Color information

#70260B (or 0x70260B) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 26 and 0B. RGB value is (112,38,11). Sum of RGB (Red+Green+Blue) = 112+38+11=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70260B is #8FD9F4. Grayscale: #393939. Windows color (decimal): -9427445 or 730736. OLE color: 730736.

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

Color convert

RGB1123811-
CMYK00.660.900.56
HSL16.04º82.11%24.12%-
HSV(B)16.04º90.18%43.92%-
XYZ7.444.860.86-
YUV57.05102.02167.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.57%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=69.57%
G=23.60%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112381100.660.900.5616.0482.1124.12
Hex7026B0425A38105218
Octal16046130102132702012230
Binary1110000100110101101000010101101011100010000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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