Html Css Color HEX #712101 Baker's Chocolate

📋 copy color: '#712101'

red 113 ◦ green 33 ◦ blue 1

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

Shades of Baker's Chocolate #712101

Tints of Baker's Chocolate #712101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.45%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 76.87%
G = 22.45%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#712101 (or 0x712101) is known color: Baker's Chocolate. HEX triplet: 71, 21 and 01. RGB value is (113,33,1). Sum of RGB (Red+Green+Blue) = 113+33+1=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #712101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712101 is #8EDEFE. Grayscale: #353535. Windows color (decimal): -9363199 or 74097. OLE color: 74097.

HSL color Cylindrical-coordinate representation of color #712101: hue angle of 17.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #712101 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 1 -
CMYK 0 0.71 0.99 0.56
HSL 17.14º 0.98% 0.22% -
HSV(B) 17.14º 0.99% 0.44% -
XYZ 7.36 4.6 0.53 -
YUV 53.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 113 33 1 0 0.71 0.99 0.56 17.14 0.98 0.22
Hex 71 21 1 0 47 63 38 11 62 16
Octal 161 41 1 0 107 143 70 21 142 26
Binary 1110001 100001 1 0 1000111 1100011 111000 10001 1100010 10110

Color Harmonies of #712101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712101

Black with #712101

Text Example


Text Example

White with #712101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712101; }

 p { color: rgb(113,33,1); }

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

background-color css

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

 a { background-color: rgb(113,33,1); }

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

border-color css

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

 span { border-color: rgb(113,33,1); }

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