Html Css Color HEX #70280A Baker's Chocolate

📋 copy color: '#70280A'

red 112 ◦ green 40 ◦ blue 10

#70280A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #70280A

Tints of Baker's Chocolate #70280A

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.3% from 255) = 6.17%

R = 69.14%
G = 24.69%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70280A (or 0x70280A) is known color: 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

RGB 112 40 10 -
CMYK 0 0.64 0.91 0.56
HSL 17.65º 0.84% 0.24% -
HSV(B) 17.65º 0.91% 0.44% -
XYZ 7.5 4.98 0.85 -
YUV 58.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 112 40 10 0 0.64 0.91 0.56 17.65 0.84 0.24
Hex 70 28 A 0 40 5B 38 12 54 18
Octal 160 50 12 0 100 133 70 22 124 30
Binary 1110000 101000 1010 0 1000000 1011011 111000 10010 1010100 11000

Color Harmonies of #70280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70280A

Black with #70280A

Text Example


Text Example

White with #70280A

Text Example


Text Example

HTML Codes & Css Web 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>