Html Css Color HEX #70280C Baker's Chocolate

📋 copy color: '#70280C'

red 112 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #70280C

Tints of Baker's Chocolate #70280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 68.29%
G = 24.39%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70280C (or 0x70280C) is known color: Baker's Chocolate. HEX triplet: 70, 28 and 0C. RGB value is (112,40,12). Sum of RGB (Red+Green+Blue) = 112+40+12=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70280C is #8FD7F3. Grayscale: #3A3A3A. Windows color (decimal): -9426932 or 796784. OLE color: 796784.

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

Color convert

RGB 112 40 12 -
CMYK 0 0.64 0.89 0.56
HSL 16.8º 0.81% 0.24% -
HSV(B) 16.8º 0.89% 0.44% -
XYZ 7.51 4.99 0.92 -
YUV 58.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 112 40 12 0 0.64 0.89 0.56 16.8 0.81 0.24
Hex 70 28 C 0 40 59 38 11 51 18
Octal 160 50 14 0 100 131 70 21 121 30
Binary 1110000 101000 1100 0 1000000 1011001 111000 10001 1010001 11000

Color Harmonies of #70280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70280C

Black with #70280C

Text Example


Text Example

White with #70280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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