Html Css Color HEX #537151 Cactus

📋 copy color: '#537151'

red 83 ◦ green 113 ◦ blue 81

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

Shades of Cactus #537151

Tints of Cactus #537151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 29.96%
G = 40.79%
B = 29.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#537151 (or 0x537151) is known color: Cactus. HEX triplet: 53, 71 and 51. RGB value is (83,113,81). Sum of RGB (Red+Green+Blue) = 83+113+81=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #537151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537151 is #AC8EAE. Grayscale: #646464. Windows color (decimal): -11308719 or 5337427. OLE color: 5337427.

HSL color Cylindrical-coordinate representation of color #537151: hue angle of 116.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537151 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 81 -
CMYK 0.27 0 0.28 0.56
HSL 116.25º 0.16% 0.38% -
HSV(B) 116.25º 0.28% 0.44% -
XYZ 10.96 14.24 9.96 -
YUV 100.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 83 113 81 0.27 0 0.28 0.56 116.25 0.16 0.38
Hex 53 71 51 1B 0 1C 38 74 10 26
Octal 123 161 121 33 0 34 70 164 20 46
Binary 1010011 1110001 1010001 11011 0 11100 111000 1110100 10000 100110

Color Harmonies of #537151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537151

Black with #537151

Text Example


Text Example

White with #537151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537151; }

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

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

background-color css

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

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

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

border-color css

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

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

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