Html Css Color HEX #702909 Baker's Chocolate

📋 copy color: '#702909'

red 112 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #702909

Tints of Baker's Chocolate #702909

RGB

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

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

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

R = 69.14%
G = 25.31%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#702909 (or 0x702909) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 09. RGB value is (112,41,9). Sum of RGB (Red+Green+Blue) = 112+41+9=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #702909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702909 is #8FD6F6. Grayscale: #3A3A3A. Windows color (decimal): -9426679 or 600432. OLE color: 600432.

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

Color convert

RGB 112 41 9 -
CMYK 0 0.63 0.92 0.56
HSL 18.64º 0.85% 0.24% -
HSV(B) 18.64º 0.92% 0.44% -
XYZ 7.52 5.05 0.84 -
YUV 58.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 112 41 9 0 0.63 0.92 0.56 18.64 0.85 0.24
Hex 70 29 9 0 3F 5C 38 13 55 18
Octal 160 51 11 0 77 134 70 23 125 30
Binary 1110000 101001 1001 0 111111 1011100 111000 10011 1010101 11000

Color Harmonies of #702909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702909

Black with #702909

Text Example


Text Example

White with #702909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702909; }

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

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

background-color css

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

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

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

border-color css

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

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

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