Html Css Color HEX #712D06 Baker's Chocolate

📋 copy color: '#712D06'

red 113 ◦ green 45 ◦ blue 6

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

Shades of Baker's Chocolate #712D06

Tints of Baker's Chocolate #712D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.66%

R = 68.9%
G = 27.44%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#712D06 (or 0x712D06) is known color: Baker's Chocolate. HEX triplet: 71, 2D and 06. RGB value is (113,45,6). Sum of RGB (Red+Green+Blue) = 113+45+6=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #712D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D06 is #8ED2F9. Grayscale: #3D3D3D. Windows color (decimal): -9360122 or 404849. OLE color: 404849.

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

Color convert

RGB 113 45 6 -
CMYK 0 0.60 0.95 0.56
HSL 21.87º 0.9% 0.23% -
HSV(B) 21.87º 0.95% 0.44% -
XYZ 7.78 5.4 0.8 -
YUV 60.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 113 45 6 0 0.60 0.95 0.56 21.87 0.9 0.23
Hex 71 2D 6 0 3C 5F 38 16 5A 17
Octal 161 55 6 0 74 137 70 26 132 27
Binary 1110001 101101 110 0 111100 1011111 111000 10110 1011010 10111

Color Harmonies of #712D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D06

Black with #712D06

Text Example


Text Example

White with #712D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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