Html Css Color HEX #53724F Cactus

📋 copy color: '#53724F'

red 83 ◦ green 114 ◦ blue 79

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

Shades of Cactus #53724F

Tints of Cactus #53724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 30.07%
G = 41.3%
B = 28.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#53724F (or 0x53724F) is known color: Cactus. HEX triplet: 53, 72 and 4F. RGB value is (83,114,79). Sum of RGB (Red+Green+Blue) = 83+114+79=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #53724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53724F is #AC8DB0. Grayscale: #646464. Windows color (decimal): -11308465 or 5206611. OLE color: 5206611.

HSL color Cylindrical-coordinate representation of color #53724F: hue angle of 113.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53724F is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 79 -
CMYK 0.27 0 0.31 0.55
HSL 113.14º 0.18% 0.38% -
HSV(B) 113.14º 0.31% 0.45% -
XYZ 11 14.44 9.6 -
YUV 100.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 83 114 79 0.27 0 0.31 0.55 113.14 0.18 0.38
Hex 53 72 4F 1B 0 1F 37 71 12 26
Octal 123 162 117 33 0 37 67 161 22 46
Binary 1010011 1110010 1001111 11011 0 11111 110111 1110001 10010 100110

Color Harmonies of #53724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53724F

Black with #53724F

Text Example


Text Example

White with #53724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53724F; }

 p { color: rgb(83,114,79); }

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

background-color css

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

 a { background-color: rgb(83,114,79); }

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

border-color css

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

 span { border-color: rgb(83,114,79); }

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