Html Css Color HEX #712D05 Baker's Chocolate

📋 copy color: '#712D05'

red 113 ◦ green 45 ◦ blue 5

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

Shades of Baker's Chocolate #712D05

Tints of Baker's Chocolate #712D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.61%

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

R = 69.33%
G = 27.61%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712D05 (or 0x712D05) is known color: Baker's Chocolate. HEX triplet: 71, 2D and 05. RGB value is (113,45,5). Sum of RGB (Red+Green+Blue) = 113+45+5=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #712D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D05 is #8ED2FA. Grayscale: #3C3C3C. Windows color (decimal): -9360123 or 339313. OLE color: 339313.

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

Color convert

RGB 113 45 5 -
CMYK 0 0.60 0.96 0.56
HSL 22.22º 0.92% 0.23% -
HSV(B) 22.22º 0.96% 0.44% -
XYZ 7.78 5.4 0.78 -
YUV 60.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 113 45 5 0 0.60 0.96 0.56 22.22 0.92 0.23
Hex 71 2D 5 0 3C 60 38 16 5C 17
Octal 161 55 5 0 74 140 70 26 134 27
Binary 1110001 101101 101 0 111100 1100000 111000 10110 1011100 10111

Color Harmonies of #712D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D05

Black with #712D05

Text Example


Text Example

White with #712D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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