Html Css Color HEX #53704B Cactus

📋 copy color: '#53704B'

red 83 ◦ green 112 ◦ blue 75

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

Shades of Cactus #53704B

Tints of Cactus #53704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 30.74%
G = 41.48%
B = 27.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#53704B (or 0x53704B) is known color: Cactus. HEX triplet: 53, 70 and 4B. RGB value is (83,112,75). Sum of RGB (Red+Green+Blue) = 83+112+75=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #53704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53704B is #AC8FB4. Grayscale: #636363. Windows color (decimal): -11308981 or 4943955. OLE color: 4943955.

HSL color Cylindrical-coordinate representation of color #53704B: hue angle of 107.03º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53704B is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 75 -
CMYK 0.26 0 0.33 0.56
HSL 107.03º 0.2% 0.37% -
HSV(B) 107.03º 0.33% 0.44% -
XYZ 10.63 13.94 8.79 -
YUV 99.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 83 112 75 0.26 0 0.33 0.56 107.03 0.2 0.37
Hex 53 70 4B 1A 0 21 38 6B 14 25
Octal 123 160 113 32 0 41 70 153 24 45
Binary 1010011 1110000 1001011 11010 0 100001 111000 1101011 10100 100101

Color Harmonies of #53704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53704B

Black with #53704B

Text Example


Text Example

White with #53704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53704B; }

 p { color: rgb(83,112,75); }

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

background-color css

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

 a { background-color: rgb(83,112,75); }

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

border-color css

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

 span { border-color: rgb(83,112,75); }

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