Html Css Color HEX #53744E Cactus

📋 copy color: '#53744E'

red 83 ◦ green 116 ◦ blue 78

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

Shades of Cactus #53744E

Tints of Cactus #53744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

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

R = 29.96%
G = 41.88%
B = 28.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#53744E (or 0x53744E) is known color: Cactus. HEX triplet: 53, 74 and 4E. RGB value is (83,116,78). Sum of RGB (Red+Green+Blue) = 83+116+78=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #53744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53744E is #AC8BB1. Grayscale: #656565. Windows color (decimal): -11307954 or 5141587. OLE color: 5141587.

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

Color convert

RGB 83 116 78 -
CMYK 0.28 0 0.33 0.55
HSL 112.11º 0.2% 0.38% -
HSV(B) 112.11º 0.33% 0.45% -
XYZ 11.19 14.88 9.49 -
YUV 101.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 83 116 78 0.28 0 0.33 0.55 112.11 0.2 0.38
Hex 53 74 4E 1C 0 21 37 70 14 26
Octal 123 164 116 34 0 41 67 160 24 46
Binary 1010011 1110100 1001110 11100 0 100001 110111 1110000 10100 100110

Color Harmonies of #53744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53744E

Black with #53744E

Text Example


Text Example

White with #53744E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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