Html Css Color HEX #53754E Cactus

📋 copy color: '#53754E'

red 83 ◦ green 117 ◦ blue 78

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

Shades of Cactus #53754E

Tints of Cactus #53754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 29.86%
G = 42.09%
B = 28.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#53754E (or 0x53754E) is known color: Cactus. HEX triplet: 53, 75 and 4E. RGB value is (83,117,78). Sum of RGB (Red+Green+Blue) = 83+117+78=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #53754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53754E is #AC8AB1. Grayscale: #666666. Windows color (decimal): -11307698 or 5141843. OLE color: 5141843.

HSL color Cylindrical-coordinate representation of color #53754E: hue angle of 112.31º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53754E is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 78 -
CMYK 0.29 0 0.33 0.54
HSL 112.31º 0.2% 0.38% -
HSV(B) 112.31º 0.33% 0.46% -
XYZ 11.3 15.11 9.53 -
YUV 102.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 83 117 78 0.29 0 0.33 0.54 112.31 0.2 0.38
Hex 53 75 4E 1D 0 21 36 70 14 26
Octal 123 165 116 35 0 41 66 160 24 46
Binary 1010011 1110101 1001110 11101 0 100001 110110 1110000 10100 100110

Color Harmonies of #53754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53754E

Black with #53754E

Text Example


Text Example

White with #53754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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