Html Css Color HEX #702809 Baker's Chocolate

📋 copy color: '#702809'

red 112 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #702809

Tints of Baker's Chocolate #702809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

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

R = 69.57%
G = 24.84%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#702809 (or 0x702809) is known color: Baker's Chocolate. HEX triplet: 70, 28 and 09. RGB value is (112,40,9). Sum of RGB (Red+Green+Blue) = 112+40+9=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #702809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702809 is #8FD7F6. Grayscale: #3A3A3A. Windows color (decimal): -9426935 or 600176. OLE color: 600176.

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

Color convert

RGB 112 40 9 -
CMYK 0 0.64 0.92 0.56
HSL 18.06º 0.85% 0.24% -
HSV(B) 18.06º 0.92% 0.44% -
XYZ 7.49 4.98 0.83 -
YUV 57.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 112 40 9 0 0.64 0.92 0.56 18.06 0.85 0.24
Hex 70 28 9 0 40 5C 38 12 55 18
Octal 160 50 11 0 100 134 70 22 125 30
Binary 1110000 101000 1001 0 1000000 1011100 111000 10010 1010101 11000

Color Harmonies of #702809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702809

Black with #702809

Text Example


Text Example

White with #702809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702809; }

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

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

background-color css

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

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

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

border-color css

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

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

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