Html Css Color HEX #712409 Baker's Chocolate

📋 copy color: '#712409'

red 113 ◦ green 36 ◦ blue 9

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

Shades of Baker's Chocolate #712409

Tints of Baker's Chocolate #712409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

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

R = 71.52%
G = 22.78%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#712409 (or 0x712409) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 09. RGB value is (113,36,9). Sum of RGB (Red+Green+Blue) = 113+36+9=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #712409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712409 is #8EDBF6. Grayscale: #383838. Windows color (decimal): -9362423 or 599153. OLE color: 599153.

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

Color convert

RGB 113 36 9 -
CMYK 0 0.68 0.92 0.56
HSL 15.58º 0.85% 0.24% -
HSV(B) 15.58º 0.92% 0.44% -
XYZ 7.49 4.79 0.79 -
YUV 55.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 113 36 9 0 0.68 0.92 0.56 15.58 0.85 0.24
Hex 71 24 9 0 44 5C 38 10 55 18
Octal 161 44 11 0 104 134 70 20 125 30
Binary 1110001 100100 1001 0 1000100 1011100 111000 10000 1010101 11000

Color Harmonies of #712409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712409

Black with #712409

Text Example


Text Example

White with #712409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712409; }

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

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

background-color css

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

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

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

border-color css

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

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

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