Html Css Color HEX #55704B Cactus

📋 copy color: '#55704B'

red 85 ◦ green 112 ◦ blue 75

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

Shades of Cactus #55704B

Tints of Cactus #55704B

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 value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#55704B (or 0x55704B) is known color: 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

RGB 85 112 75 -
CMYK 0.24 0 0.33 0.56
HSL 103.78º 0.2% 0.37% -
HSV(B) 103.78º 0.33% 0.44% -
XYZ 10.81 14.03 8.79 -
YUV 99.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 85 112 75 0.24 0 0.33 0.56 103.78 0.2 0.37
Hex 55 70 4B 18 0 21 38 68 14 25
Octal 125 160 113 30 0 41 70 150 24 45
Binary 1010101 1110000 1001011 11000 0 100001 111000 1101000 10100 100101

Color Harmonies of #55704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55704B

Black with #55704B

Text Example


Text Example

White with #55704B

Text Example


Text Example

HTML Codes & Css Web 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>