Html Css Color HEX #713102 Baker's Chocolate

📋 copy color: '#713102'

red 113 ◦ green 49 ◦ blue 2

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

Shades of Baker's Chocolate #713102

Tints of Baker's Chocolate #713102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.88%

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

R = 68.9%
G = 29.88%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713102 (or 0x713102) is known color: Baker's Chocolate. HEX triplet: 71, 31 and 02. RGB value is (113,49,2). Sum of RGB (Red+Green+Blue) = 113+49+2=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #713102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713102 is #8ECEFD. Grayscale: #3F3F3F. Windows color (decimal): -9359102 or 143729. OLE color: 143729.

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

Color convert

RGB 113 49 2 -
CMYK 0 0.57 0.98 0.56
HSL 25.41º 0.97% 0.23% -
HSV(B) 25.41º 0.98% 0.44% -
XYZ 7.92 5.71 0.74 -
YUV 62.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 113 49 2 0 0.57 0.98 0.56 25.41 0.97 0.23
Hex 71 31 2 0 39 62 38 19 61 17
Octal 161 61 2 0 71 142 70 31 141 27
Binary 1110001 110001 10 0 111001 1100010 111000 11001 1100001 10111

Color Harmonies of #713102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713102

Black with #713102

Text Example


Text Example

White with #713102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713102; }

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

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

background-color css

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

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

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

border-color css

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

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

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