Html Css Color HEX #714726 Semi-Sweet Chocolate

📋 copy color: '#714726'

red 113 ◦ green 71 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #714726

Tints of Semi-Sweet Chocolate #714726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

 BLUE value IS 38 (15.23% from 255) = 17.12%

R = 50.9%
G = 31.98%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#714726 (or 0x714726) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 47 and 26. RGB value is (113,71,38). Sum of RGB (Red+Green+Blue) = 113+71+38=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #714726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714726 is #8EB8D9. Grayscale: #4F4F4F. Windows color (decimal): -9353434 or 2508657. OLE color: 2508657.

HSL color Cylindrical-coordinate representation of color #714726: hue angle of 26.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714726 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 38 -
CMYK 0 0.37 0.66 0.56
HSL 26.4º 0.5% 0.3% -
HSV(B) 26.4º 0.66% 0.44% -
XYZ 9.41 8.16 2.91 -
YUV 79.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 113 71 38 0 0.37 0.66 0.56 26.4 0.5 0.3
Hex 71 47 26 0 25 42 38 1A 32 1E
Octal 161 107 46 0 45 102 70 32 62 36
Binary 1110001 1000111 100110 0 100101 1000010 111000 11010 110010 11110

Color Harmonies of #714726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714726

Black with #714726

Text Example


Text Example

White with #714726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714726; }

 p { color: rgb(113,71,38); }

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

background-color css

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

 a { background-color: rgb(113,71,38); }

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

border-color css

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

 span { border-color: rgb(113,71,38); }

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