#53704B

Color #53704B Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #53704B

Tints of Cactus #53704B

Color information

#53704B (or 0x53704B) is unknown color: approx 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

RGB8311275-
CMYK0.2600.330.56
HSL107.03º19.79%36.67%-
HSV(B)107.03º33.04%43.92%-
XYZ10.6313.948.79-
YUV99.11114.39116.51-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112750.2600.330.56107.0319.7936.67
Hex53704B1A021386b1425
Octal12316011332041701532445
Binary101001111100001001011110100100001111000110101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>