Html Css Color HEX #712B0A Baker's Chocolate

📋 copy color: '#712B0A'

red 113 ◦ green 43 ◦ blue 10

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

Shades of Baker's Chocolate #712B0A

Tints of Baker's Chocolate #712B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 68.07%
G = 25.9%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#712B0A (or 0x712B0A) is known color: Baker's Chocolate. HEX triplet: 71, 2B and 0A. RGB value is (113,43,10). Sum of RGB (Red+Green+Blue) = 113+43+10=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #712B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B0A is #8ED4F5. Grayscale: #3C3C3C. Windows color (decimal): -9360630 or 666481. OLE color: 666481.

HSL color Cylindrical-coordinate representation of color #712B0A: hue angle of 19.22º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #712B0A is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 43 10 -
CMYK 0 0.62 0.91 0.56
HSL 19.22º 0.84% 0.24% -
HSV(B) 19.22º 0.91% 0.44% -
XYZ 7.73 5.26 0.9 -
YUV 60.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 113 43 10 0 0.62 0.91 0.56 19.22 0.84 0.24
Hex 71 2B A 0 3E 5B 38 13 54 18
Octal 161 53 12 0 76 133 70 23 124 30
Binary 1110001 101011 1010 0 111110 1011011 111000 10011 1010100 11000

Color Harmonies of #712B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B0A

Black with #712B0A

Text Example


Text Example

White with #712B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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