Html Css Color HEX #714728 Semi-Sweet Chocolate

📋 copy color: '#714728'

red 113 ◦ green 71 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #714728

Tints of Semi-Sweet Chocolate #714728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 50.45%
G = 31.7%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#714728 (or 0x714728) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 47 and 28. RGB value is (113,71,40). Sum of RGB (Red+Green+Blue) = 113+71+40=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #714728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714728 is #8EB8D7. Grayscale: #505050. Windows color (decimal): -9353432 or 2639729. OLE color: 2639729.

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

Color convert

RGB 113 71 40 -
CMYK 0 0.37 0.65 0.56
HSL 25.48º 0.48% 0.3% -
HSV(B) 25.48º 0.65% 0.44% -
XYZ 9.45 8.17 3.09 -
YUV 80.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 113 71 40 0 0.37 0.65 0.56 25.48 0.48 0.3
Hex 71 47 28 0 25 41 38 19 30 1E
Octal 161 107 50 0 45 101 70 31 60 36
Binary 1110001 1000111 101000 0 100101 1000001 111000 11001 110000 11110

Color Harmonies of #714728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714728

Black with #714728

Text Example


Text Example

White with #714728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714728; }

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

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

background-color css

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

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

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

border-color css

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

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

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