Html Css Color HEX #714729 Semi-Sweet Chocolate

📋 copy color: '#714729'

red 113 ◦ green 71 ◦ blue 41

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

Shades of Semi-Sweet Chocolate #714729

Tints of Semi-Sweet Chocolate #714729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.22%

R = 50.22%
G = 31.56%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#714729 (or 0x714729) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 47 and 29. RGB value is (113,71,41). Sum of RGB (Red+Green+Blue) = 113+71+41=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #714729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714729 is #8EB8D6. Grayscale: #505050. Windows color (decimal): -9353431 or 2705265. OLE color: 2705265.

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

Color convert

RGB 113 71 41 -
CMYK 0 0.37 0.64 0.56
HSL 25º 0.47% 0.3% -
HSV(B) 25º 0.64% 0.44% -
XYZ 9.46 8.18 3.18 -
YUV 80.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 113 71 41 0 0.37 0.64 0.56 25 0.47 0.3
Hex 71 47 29 0 25 40 38 19 2F 1E
Octal 161 107 51 0 45 100 70 31 57 36
Binary 1110001 1000111 101001 0 100101 1000000 111000 11001 101111 11110

Color Harmonies of #714729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714729

Black with #714729

Text Example


Text Example

White with #714729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714729; }

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

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

background-color css

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

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

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

border-color css

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

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

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