Html Css Color HEX #712202 Baker's Chocolate

📋 copy color: '#712202'

red 113 ◦ green 34 ◦ blue 2

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

Shades of Baker's Chocolate #712202

Tints of Baker's Chocolate #712202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.34%

R = 75.84%
G = 22.82%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#712202 (or 0x712202) is known color: Baker's Chocolate. HEX triplet: 71, 22 and 02. RGB value is (113,34,2). Sum of RGB (Red+Green+Blue) = 113+34+2=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #712202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712202 is #8EDDFD. Grayscale: #363636. Windows color (decimal): -9362942 or 139889. OLE color: 139889.

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

Color convert

RGB 113 34 2 -
CMYK 0 0.70 0.98 0.56
HSL 17.3º 0.97% 0.23% -
HSV(B) 17.3º 0.98% 0.44% -
XYZ 7.39 4.66 0.57 -
YUV 53.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 113 34 2 0 0.70 0.98 0.56 17.3 0.97 0.23
Hex 71 22 2 0 46 62 38 11 61 17
Octal 161 42 2 0 106 142 70 21 141 27
Binary 1110001 100010 10 0 1000110 1100010 111000 10001 1100001 10111

Color Harmonies of #712202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712202

Black with #712202

Text Example


Text Example

White with #712202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712202; }

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

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

background-color css

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

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

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

border-color css

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

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

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