Html Css Color HEX #712201 Baker's Chocolate

📋 copy color: '#712201'

red 113 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #712201

Tints of Baker's Chocolate #712201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

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

R = 76.35%
G = 22.97%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#712201 (or 0x712201) is known color: Baker's Chocolate. HEX triplet: 71, 22 and 01. RGB value is (113,34,1). Sum of RGB (Red+Green+Blue) = 113+34+1=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #712201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712201 is #8EDDFE. Grayscale: #363636. Windows color (decimal): -9362943 or 74353. OLE color: 74353.

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

Color convert

RGB 113 34 1 -
CMYK 0 0.70 0.99 0.56
HSL 17.68º 0.98% 0.22% -
HSV(B) 17.68º 0.99% 0.44% -
XYZ 7.39 4.66 0.54 -
YUV 53.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 113 34 1 0 0.70 0.99 0.56 17.68 0.98 0.22
Hex 71 22 1 0 46 63 38 12 62 16
Octal 161 42 1 0 106 143 70 22 142 26
Binary 1110001 100010 1 0 1000110 1100011 111000 10010 1100010 10110

Color Harmonies of #712201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712201

Black with #712201

Text Example


Text Example

White with #712201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712201; }

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

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

background-color css

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

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

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

border-color css

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

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

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