Html Css Color HEX #712805 Baker's Chocolate

📋 copy color: '#712805'

red 113 ◦ green 40 ◦ blue 5

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

Shades of Baker's Chocolate #712805

Tints of Baker's Chocolate #712805

RGB

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

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

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

R = 71.52%
G = 25.32%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712805 (or 0x712805) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 05. RGB value is (113,40,5). Sum of RGB (Red+Green+Blue) = 113+40+5=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #712805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712805 is #8ED7FA. Grayscale: #3A3A3A. Windows color (decimal): -9361403 or 338033. OLE color: 338033.

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

Color convert

RGB 113 40 5 -
CMYK 0 0.65 0.96 0.56
HSL 19.44º 0.92% 0.23% -
HSV(B) 19.44º 0.96% 0.44% -
XYZ 7.6 5.04 0.72 -
YUV 57.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 113 40 5 0 0.65 0.96 0.56 19.44 0.92 0.23
Hex 71 28 5 0 41 60 38 13 5C 17
Octal 161 50 5 0 101 140 70 23 134 27
Binary 1110001 101000 101 0 1000001 1100000 111000 10011 1011100 10111

Color Harmonies of #712805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712805

Black with #712805

Text Example


Text Example

White with #712805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712805; }

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

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

background-color css

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

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

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

border-color css

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

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

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