Html Css Color HEX #53714D Cactus

📋 copy color: '#53714D'

red 83 ◦ green 113 ◦ blue 77

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

Shades of Cactus #53714D

Tints of Cactus #53714D

RGB

 RED value IS 83 (32.81% from 255) = 30.4%

 GREEN value IS 113 (44.53% from 255) = 41.39%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 30.4%
G = 41.39%
B = 28.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#53714D (or 0x53714D) is known color: Cactus. HEX triplet: 53, 71 and 4D. RGB value is (83,113,77). Sum of RGB (Red+Green+Blue) = 83+113+77=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #53714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53714D is #AC8EB2. Grayscale: #646464. Windows color (decimal): -11308723 or 5075283. OLE color: 5075283.

HSL color Cylindrical-coordinate representation of color #53714D: hue angle of 110º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53714D is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 77 -
CMYK 0.27 0 0.32 0.56
HSL 110º 0.19% 0.37% -
HSV(B) 110º 0.32% 0.44% -
XYZ 10.81 14.19 9.19 -
YUV 99.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 83 113 77 0.27 0 0.32 0.56 110 0.19 0.37
Hex 53 71 4D 1B 0 20 38 6E 13 25
Octal 123 161 115 33 0 40 70 156 23 45
Binary 1010011 1110001 1001101 11011 0 100000 111000 1101110 10011 100101

Color Harmonies of #53714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53714D

Black with #53714D

Text Example


Text Example

White with #53714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53714D; }

 p { color: rgb(83,113,77); }

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

background-color css

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

 a { background-color: rgb(83,113,77); }

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

border-color css

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

 span { border-color: rgb(83,113,77); }

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