Html Css Color HEX #702C09 Baker's Chocolate

📋 copy color: '#702C09'

red 112 ◦ green 44 ◦ blue 9

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

Shades of Baker's Chocolate #702C09

Tints of Baker's Chocolate #702C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 67.88%
G = 26.67%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#702C09 (or 0x702C09) is known color: Baker's Chocolate. HEX triplet: 70, 2C and 09. RGB value is (112,44,9). Sum of RGB (Red+Green+Blue) = 112+44+9=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #702C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C09 is #8FD3F6. Grayscale: #3C3C3C. Windows color (decimal): -9425911 or 601200. OLE color: 601200.

HSL color Cylindrical-coordinate representation of color #702C09: hue angle of 20.39º 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 #702C09 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 44 9 -
CMYK 0 0.61 0.92 0.56
HSL 20.39º 0.85% 0.24% -
HSV(B) 20.39º 0.92% 0.44% -
XYZ 7.63 5.27 0.87 -
YUV 60.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 112 44 9 0 0.61 0.92 0.56 20.39 0.85 0.24
Hex 70 2C 9 0 3D 5C 38 14 55 18
Octal 160 54 11 0 75 134 70 24 125 30
Binary 1110000 101100 1001 0 111101 1011100 111000 10100 1010101 11000

Color Harmonies of #702C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C09

Black with #702C09

Text Example


Text Example

White with #702C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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