#55704B

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

Shades of Cactus #55704B

Tints of Cactus #55704B

Color information

#55704B (or 0x55704B) is unknown color: approx Cactus. HEX triplet: 55, 70 and 4B. RGB value is (85,112,75). Sum of RGB (Red+Green+Blue) = 85+112+75=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #55704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55704B is #AA8FB4. Grayscale: #636363. Windows color (decimal): -11177909 or 4943957. OLE color: 4943957.

HSL color Cylindrical-coordinate representation of color #55704B: hue angle of 103.78º 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 #55704B is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB8511275-
CMYK0.2400.330.56
HSL103.78º19.79%36.67%-
HSV(B)103.78º33.04%43.92%-
XYZ10.8114.038.79-
YUV99.71114.05117.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=31.25%
G=41.18%
B=27.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112750.2400.330.56103.7819.7936.67
Hex55704B1802138681425
Octal12516011330041701502445
Binary101010111100001001011110000100001111000110100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55704B;
 }
 .AnyTagClassName
 {
   color: #55704B;
 }
</style>
background-color css

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

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

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

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

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

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