Html Css Color HEX #70240A Baker's Chocolate

📋 copy color: '#70240A'

red 112 ◦ green 36 ◦ blue 10

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

Shades of Baker's Chocolate #70240A

Tints of Baker's Chocolate #70240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

 BLUE value IS 10 (4.3% from 255) = 6.33%

R = 70.89%
G = 22.78%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70240A (or 0x70240A) is known color: Baker's Chocolate. HEX triplet: 70, 24 and 0A. RGB value is (112,36,10). Sum of RGB (Red+Green+Blue) = 112+36+10=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70240A is #8FDBF5. Grayscale: #373737. Windows color (decimal): -9427958 or 664688. OLE color: 664688.

HSL color Cylindrical-coordinate representation of color #70240A: hue angle of 15.29º 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 #70240A is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 10 -
CMYK 0 0.68 0.91 0.56
HSL 15.29º 0.84% 0.24% -
HSV(B) 15.29º 0.91% 0.44% -
XYZ 7.37 4.73 0.81 -
YUV 55.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 112 36 10 0 0.68 0.91 0.56 15.29 0.84 0.24
Hex 70 24 A 0 44 5B 38 F 54 18
Octal 160 44 12 0 104 133 70 17 124 30
Binary 1110000 100100 1010 0 1000100 1011011 111000 1111 1010100 11000

Color Harmonies of #70240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70240A

Black with #70240A

Text Example


Text Example

White with #70240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70240A; }

 p { color: rgb(112,36,10); }

 H1.HeaderClassName
 {
   color: #70240A;
 }
 .AnyTagClassName
 {
   color: #70240A;
 }
</style>

background-color css

<style>
 a { background-color: #70240A; }

 a { background-color: rgb(112,36,10); }

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

border-color css

<style>
 span { border-color: #70240A; }

 span { border-color: rgb(112,36,10); }

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