Html Css Color HEX #712901 Baker's Chocolate

📋 copy color: '#712901'

red 113 ◦ green 41 ◦ blue 1

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

Shades of Baker's Chocolate #712901

Tints of Baker's Chocolate #712901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

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

R = 72.9%
G = 26.45%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#712901 (or 0x712901) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 01. RGB value is (113,41,1). Sum of RGB (Red+Green+Blue) = 113+41+1=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712901 is #8ED6FE. Grayscale: #3A3A3A. Windows color (decimal): -9361151 or 76145. OLE color: 76145.

HSL color Cylindrical-coordinate representation of color #712901: hue angle of 21.43º 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 #712901 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 1 -
CMYK 0 0.64 0.99 0.56
HSL 21.43º 0.98% 0.22% -
HSV(B) 21.43º 0.99% 0.44% -
XYZ 7.61 5.1 0.61 -
YUV 57.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 113 41 1 0 0.64 0.99 0.56 21.43 0.98 0.22
Hex 71 29 1 0 40 63 38 15 62 16
Octal 161 51 1 0 100 143 70 25 142 26
Binary 1110001 101001 1 0 1000000 1100011 111000 10101 1100010 10110

Color Harmonies of #712901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712901

Black with #712901

Text Example


Text Example

White with #712901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712901; }

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

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

background-color css

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

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

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

border-color css

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

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

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