Html Css Color HEX #712C06 Baker's Chocolate

📋 copy color: '#712C06'

red 113 ◦ green 44 ◦ blue 6

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

Shades of Baker's Chocolate #712C06

Tints of Baker's Chocolate #712C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.99%

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

R = 69.33%
G = 26.99%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#712C06 (or 0x712C06) is known color: Baker's Chocolate. HEX triplet: 71, 2C and 06. RGB value is (113,44,6). Sum of RGB (Red+Green+Blue) = 113+44+6=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #712C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C06 is #8ED3F9. Grayscale: #3C3C3C. Windows color (decimal): -9360378 or 404593. OLE color: 404593.

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

Color convert

RGB 113 44 6 -
CMYK 0 0.61 0.95 0.56
HSL 21.31º 0.9% 0.23% -
HSV(B) 21.31º 0.95% 0.44% -
XYZ 7.74 5.33 0.79 -
YUV 60.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 113 44 6 0 0.61 0.95 0.56 21.31 0.9 0.23
Hex 71 2C 6 0 3D 5F 38 15 5A 17
Octal 161 54 6 0 75 137 70 25 132 27
Binary 1110001 101100 110 0 111101 1011111 111000 10101 1011010 10111

Color Harmonies of #712C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C06

Black with #712C06

Text Example


Text Example

White with #712C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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