Html Css Color HEX #712C05 Baker's Chocolate

📋 copy color: '#712C05'

red 113 ◦ green 44 ◦ blue 5

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

Shades of Baker's Chocolate #712C05

Tints of Baker's Chocolate #712C05

RGB

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

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

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

R = 69.75%
G = 27.16%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712C05 (or 0x712C05) is known color: Baker's Chocolate. HEX triplet: 71, 2C and 05. RGB value is (113,44,5). Sum of RGB (Red+Green+Blue) = 113+44+5=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #712C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C05 is #8ED3FA. Grayscale: #3C3C3C. Windows color (decimal): -9360379 or 339057. OLE color: 339057.

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

Color convert

RGB 113 44 5 -
CMYK 0 0.61 0.96 0.56
HSL 21.67º 0.92% 0.23% -
HSV(B) 21.67º 0.96% 0.44% -
XYZ 7.74 5.32 0.76 -
YUV 60.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 113 44 5 0 0.61 0.96 0.56 21.67 0.92 0.23
Hex 71 2C 5 0 3D 60 38 16 5C 17
Octal 161 54 5 0 75 140 70 26 134 27
Binary 1110001 101100 101 0 111101 1100000 111000 10110 1011100 10111

Color Harmonies of #712C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C05

Black with #712C05

Text Example


Text Example

White with #712C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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