Html Css Color HEX #712C01 Baker's Chocolate

📋 copy color: '#712C01'

red 113 ◦ green 44 ◦ blue 1

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

Shades of Baker's Chocolate #712C01

Tints of Baker's Chocolate #712C01

RGB

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

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

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

R = 71.52%
G = 27.85%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#712C01 (or 0x712C01) is known color: Baker's Chocolate. HEX triplet: 71, 2C and 01. RGB value is (113,44,1). Sum of RGB (Red+Green+Blue) = 113+44+1=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #712C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C01 is #8ED3FE. Grayscale: #3B3B3B. Windows color (decimal): -9360383 or 76913. OLE color: 76913.

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

Color convert

RGB 113 44 1 -
CMYK 0 0.61 0.99 0.56
HSL 23.04º 0.98% 0.22% -
HSV(B) 23.04º 0.99% 0.44% -
XYZ 7.72 5.31 0.65 -
YUV 59.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 113 44 1 0 0.61 0.99 0.56 23.04 0.98 0.22
Hex 71 2C 1 0 3D 63 38 17 62 16
Octal 161 54 1 0 75 143 70 27 142 26
Binary 1110001 101100 1 0 111101 1100011 111000 10111 1100010 10110

Color Harmonies of #712C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C01

Black with #712C01

Text Example


Text Example

White with #712C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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