#70310A

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

Shades of Baker's Chocolate #70310A

Tints of Baker's Chocolate #70310A

Color information

#70310A (or 0x70310A) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 31 and 0A. RGB value is (112,49,10). Sum of RGB (Red+Green+Blue) = 112+49+10=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #70310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70310A is #8FCEF5. Grayscale: #3F3F3F. Windows color (decimal): -9424630 or 668016. OLE color: 668016.

HSL color Cylindrical-coordinate representation of color #70310A: hue angle of 22.94º 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 #70310A is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1124910-
CMYK00.560.910.56
HSL22.94º83.61%23.92%-
HSV(B)22.94º91.07%43.92%-
XYZ7.845.660.97-
YUV63.3997.87162.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=65.50%
G=28.65%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112491000.560.910.5622.9483.6123.92
Hex7031A0385B38175418
Octal1606112070133702712430
Binary111000011000110100111000101101111100010111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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