Html Css Color HEX #712B05 Baker's Chocolate

📋 copy color: '#712B05'

red 113 ◦ green 43 ◦ blue 5

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

Shades of Baker's Chocolate #712B05

Tints of Baker's Chocolate #712B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 70.19%
G = 26.71%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712B05 (or 0x712B05) is known color: Baker's Chocolate. HEX triplet: 71, 2B and 05. RGB value is (113,43,5). Sum of RGB (Red+Green+Blue) = 113+43+5=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #712B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B05 is #8ED4FA. Grayscale: #3B3B3B. Windows color (decimal): -9360635 or 338801. OLE color: 338801.

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

Color convert

RGB 113 43 5 -
CMYK 0 0.62 0.96 0.56
HSL 21.11º 0.92% 0.23% -
HSV(B) 21.11º 0.96% 0.44% -
XYZ 7.7 5.25 0.75 -
YUV 59.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 113 43 5 0 0.62 0.96 0.56 21.11 0.92 0.23
Hex 71 2B 5 0 3E 60 38 15 5C 17
Octal 161 53 5 0 76 140 70 25 134 27
Binary 1110001 101011 101 0 111110 1100000 111000 10101 1011100 10111

Color Harmonies of #712B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B05

Black with #712B05

Text Example


Text Example

White with #712B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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