Html Css Color HEX #53724E Cactus

📋 copy color: '#53724E'

red 83 ◦ green 114 ◦ blue 78

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

Shades of Cactus #53724E

Tints of Cactus #53724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.36%

R = 30.18%
G = 41.45%
B = 28.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#53724E (or 0x53724E) is known color: Cactus. HEX triplet: 53, 72 and 4E. RGB value is (83,114,78). Sum of RGB (Red+Green+Blue) = 83+114+78=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #53724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53724E is #AC8DB1. Grayscale: #646464. Windows color (decimal): -11308466 or 5141075. OLE color: 5141075.

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

Color convert

RGB 83 114 78 -
CMYK 0.27 0 0.32 0.55
HSL 111.67º 0.19% 0.38% -
HSV(B) 111.67º 0.32% 0.45% -
XYZ 10.96 14.42 9.41 -
YUV 100.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 83 114 78 0.27 0 0.32 0.55 111.67 0.19 0.38
Hex 53 72 4E 1B 0 20 37 70 13 26
Octal 123 162 116 33 0 40 67 160 23 46
Binary 1010011 1110010 1001110 11011 0 100000 110111 1110000 10011 100110

Color Harmonies of #53724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53724E

Black with #53724E

Text Example


Text Example

White with #53724E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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