Html Css Color HEX #70280E Baker's Chocolate

📋 copy color: '#70280E'

red 112 ◦ green 40 ◦ blue 14

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

Shades of Baker's Chocolate #70280E

Tints of Baker's Chocolate #70280E

RGB

 RED value IS 112 (44.14% from 255) = 67.47%

 GREEN value IS 40 (16.02% from 255) = 24.1%

 BLUE value IS 14 (5.86% from 255) = 8.43%

R = 67.47%
G = 24.1%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70280E (or 0x70280E) is known color: Baker's Chocolate. HEX triplet: 70, 28 and 0E. RGB value is (112,40,14). Sum of RGB (Red+Green+Blue) = 112+40+14=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #70280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70280E is #8FD7F1. Grayscale: #3A3A3A. Windows color (decimal): -9426930 or 927856. OLE color: 927856.

HSL color Cylindrical-coordinate representation of color #70280E: hue angle of 15.92º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70280E is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 14 -
CMYK 0 0.64 0.88 0.56
HSL 15.92º 0.78% 0.25% -
HSV(B) 15.92º 0.88% 0.44% -
XYZ 7.52 4.99 0.98 -
YUV 58.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 112 40 14 0 0.64 0.88 0.56 15.92 0.78 0.25
Hex 70 28 E 0 40 58 38 10 4E 19
Octal 160 50 16 0 100 130 70 20 116 31
Binary 1110000 101000 1110 0 1000000 1011000 111000 10000 1001110 11001

Color Harmonies of #70280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70280E

Black with #70280E

Text Example


Text Example

White with #70280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70280E;
 }
 .AnyTagClassName
 {
   color: #70280E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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