Html Css Color HEX #70290D Baker's Chocolate

📋 copy color: '#70290D'

red 112 ◦ green 41 ◦ blue 13

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

Shades of Baker's Chocolate #70290D

Tints of Baker's Chocolate #70290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 67.47%
G = 24.7%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70290D (or 0x70290D) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 0D. RGB value is (112,41,13). Sum of RGB (Red+Green+Blue) = 112+41+13=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #70290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70290D is #8FD6F2. Grayscale: #3B3B3B. Windows color (decimal): -9426675 or 862576. OLE color: 862576.

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

Color convert

RGB 112 41 13 -
CMYK 0 0.63 0.88 0.56
HSL 16.97º 0.79% 0.25% -
HSV(B) 16.97º 0.88% 0.44% -
XYZ 7.55 5.06 0.96 -
YUV 59.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 112 41 13 0 0.63 0.88 0.56 16.97 0.79 0.25
Hex 70 29 D 0 3F 58 38 11 4F 19
Octal 160 51 15 0 77 130 70 21 117 31
Binary 1110000 101001 1101 0 111111 1011000 111000 10001 1001111 11001

Color Harmonies of #70290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70290D

Black with #70290D

Text Example


Text Example

White with #70290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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