Html Css Color HEX #712809 Baker's Chocolate

📋 copy color: '#712809'

red 113 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #712809

Tints of Baker's Chocolate #712809

RGB

 RED value IS 113 (44.53% from 255) = 69.75%

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

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

R = 69.75%
G = 24.69%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#712809 (or 0x712809) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 09. RGB value is (113,40,9). Sum of RGB (Red+Green+Blue) = 113+40+9=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #712809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712809 is #8ED7F6. Grayscale: #3A3A3A. Windows color (decimal): -9361399 or 600177. OLE color: 600177.

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

Color convert

RGB 113 40 9 -
CMYK 0 0.65 0.92 0.56
HSL 17.88º 0.85% 0.24% -
HSV(B) 17.88º 0.92% 0.44% -
XYZ 7.62 5.05 0.83 -
YUV 58.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 113 40 9 0 0.65 0.92 0.56 17.88 0.85 0.24
Hex 71 28 9 0 41 5C 38 12 55 18
Octal 161 50 11 0 101 134 70 22 125 30
Binary 1110001 101000 1001 0 1000001 1011100 111000 10010 1010101 11000

Color Harmonies of #712809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712809

Black with #712809

Text Example


Text Example

White with #712809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712809; }

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

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

background-color css

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

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

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

border-color css

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

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

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