#70280A

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

Shades of Baker's Chocolate #70280A

Tints of Baker's Chocolate #70280A

Color information

#70280A (or 0x70280A) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 28 and 0A. RGB value is (112,40,10). Sum of RGB (Red+Green+Blue) = 112+40+10=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70280A is #8FD7F5. Grayscale: #3A3A3A. Windows color (decimal): -9426934 or 665712. OLE color: 665712.

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

Color convert

RGB1124010-
CMYK00.640.910.56
HSL17.65º83.61%23.92%-
HSV(B)17.65º91.07%43.92%-
XYZ7.54.980.85-
YUV58.11100.85166.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=69.14%
G=24.69%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112401000.640.910.5617.6583.6123.92
Hex7028A0405B38125418
Octal16050120100133702212430
Binary1110000101000101001000000101101111100010010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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