Html Css Color HEX #70290C Baker's Chocolate

📋 copy color: '#70290C'

red 112 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #70290C

Tints of Baker's Chocolate #70290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.85%

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

R = 67.88%
G = 24.85%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70290C (or 0x70290C) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 0C. RGB value is (112,41,12). Sum of RGB (Red+Green+Blue) = 112+41+12=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70290C is #8FD6F3. Grayscale: #3B3B3B. Windows color (decimal): -9426676 or 797040. OLE color: 797040.

HSL color Cylindrical-coordinate representation of color #70290C: hue angle of 17.4º 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 #70290C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 12 -
CMYK 0 0.63 0.89 0.56
HSL 17.4º 0.81% 0.24% -
HSV(B) 17.4º 0.89% 0.44% -
XYZ 7.54 5.06 0.93 -
YUV 58.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 112 41 12 0 0.63 0.89 0.56 17.4 0.81 0.24
Hex 70 29 C 0 3F 59 38 11 51 18
Octal 160 51 14 0 77 131 70 21 121 30
Binary 1110000 101001 1100 0 111111 1011001 111000 10001 1010001 11000

Color Harmonies of #70290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70290C

Black with #70290C

Text Example


Text Example

White with #70290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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