Html Css Color HEX #712B09 Baker's Chocolate

📋 copy color: '#712B09'

red 113 ◦ green 43 ◦ blue 9

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

Shades of Baker's Chocolate #712B09

Tints of Baker's Chocolate #712B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

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

R = 68.48%
G = 26.06%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#712B09 (or 0x712B09) is known color: Baker's Chocolate. HEX triplet: 71, 2B and 09. RGB value is (113,43,9). Sum of RGB (Red+Green+Blue) = 113+43+9=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B09 is #8ED4F6. Grayscale: #3C3C3C. Windows color (decimal): -9360631 or 600945. OLE color: 600945.

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

Color convert

RGB 113 43 9 -
CMYK 0 0.62 0.92 0.56
HSL 19.62º 0.85% 0.24% -
HSV(B) 19.62º 0.92% 0.44% -
XYZ 7.72 5.26 0.87 -
YUV 60.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 113 43 9 0 0.62 0.92 0.56 19.62 0.85 0.24
Hex 71 2B 9 0 3E 5C 38 14 55 18
Octal 161 53 11 0 76 134 70 24 125 30
Binary 1110001 101011 1001 0 111110 1011100 111000 10100 1010101 11000

Color Harmonies of #712B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B09

Black with #712B09

Text Example


Text Example

White with #712B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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