Html Css Color HEX #712100 Baker's Chocolate

📋 copy color: '#712100'

red 113 ◦ green 33 ◦ blue 0

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

Shades of Baker's Chocolate #712100

Tints of Baker's Chocolate #712100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.4%
G = 22.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#712100 (or 0x712100) is known color: Baker's Chocolate. HEX triplet: 71, 21 and 00. RGB value is (113,33,0). Sum of RGB (Red+Green+Blue) = 113+33+0=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #712100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712100 is #8EDEFF. Grayscale: #353535. Windows color (decimal): -9363200 or 8561. OLE color: 8561.

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

Color convert

RGB 113 33 0 -
CMYK 0 0.71 1 0.56
HSL 17.52º 1% 0.22% -
HSV(B) 17.52º 1% 0.44% -
XYZ 7.35 4.6 0.5 -
YUV 53.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 113 33 0 0 0.71 1 0.56 17.52 1 0.22
Hex 71 21 0 0 47 64 38 12 64 16
Octal 161 41 0 0 107 144 70 22 144 26
Binary 1110001 100001 0 0 1000111 1100100 111000 10010 1100100 10110

Color Harmonies of #712100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712100

Black with #712100

Text Example


Text Example

White with #712100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712100; }

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

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

background-color css

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

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

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

border-color css

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

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

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