Html Css Color HEX #702A09 Baker's Chocolate

📋 copy color: '#702A09'

red 112 ◦ green 42 ◦ blue 9

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

Shades of Baker's Chocolate #702A09

Tints of Baker's Chocolate #702A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.77%

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 68.71%
G = 25.77%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#702A09 (or 0x702A09) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 09. RGB value is (112,42,9). Sum of RGB (Red+Green+Blue) = 112+42+9=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #702A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A09 is #8FD5F6. Grayscale: #3B3B3B. Windows color (decimal): -9426423 or 600688. OLE color: 600688.

HSL color Cylindrical-coordinate representation of color #702A09: hue angle of 19.22º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #702A09 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 42 9 -
CMYK 0 0.62 0.92 0.56
HSL 19.22º 0.85% 0.24% -
HSV(B) 19.22º 0.92% 0.44% -
XYZ 7.56 5.12 0.85 -
YUV 59.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 112 42 9 0 0.62 0.92 0.56 19.22 0.85 0.24
Hex 70 2A 9 0 3E 5C 38 13 55 18
Octal 160 52 11 0 76 134 70 23 125 30
Binary 1110000 101010 1001 0 111110 1011100 111000 10011 1010101 11000

Color Harmonies of #702A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A09

Black with #702A09

Text Example


Text Example

White with #702A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A09; }

 p { color: rgb(112,42,9); }

 H1.HeaderClassName
 {
   color: #702A09;
 }
 .AnyTagClassName
 {
   color: #702A09;
 }
</style>

background-color css

<style>
 a { background-color: #702A09; }

 a { background-color: rgb(112,42,9); }

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

border-color css

<style>
 span { border-color: #702A09; }

 span { border-color: rgb(112,42,9); }

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