Html Css Color HEX #55845F Como

📋 copy color: '#55845F'

red 85 ◦ green 132 ◦ blue 95

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

Shades of Como #55845F

Tints of Como #55845F

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 27.24%
G = 42.31%
B = 30.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#55845F (or 0x55845F) is known color: Como. HEX triplet: 55, 84 and 5F. RGB value is (85,132,95). Sum of RGB (Red+Green+Blue) = 85+132+95=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #55845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55845F is #AA7BA0. Grayscale: #717171. Windows color (decimal): -11172769 or 6259797. OLE color: 6259797.

HSL color Cylindrical-coordinate representation of color #55845F: hue angle of 132.77º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55845F is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 95 -
CMYK 0.36 0 0.28 0.48
HSL 132.77º 0.22% 0.43% -
HSV(B) 132.77º 0.36% 0.52% -
XYZ 14.06 19.26 13.8 -
YUV 113.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 85 132 95 0.36 0 0.28 0.48 132.77 0.22 0.43
Hex 55 84 5F 24 0 1C 30 85 16 2B
Octal 125 204 137 44 0 34 60 205 26 53
Binary 1010101 10000100 1011111 100100 0 11100 110000 10000101 10110 101011

Color Harmonies of #55845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55845F

Black with #55845F

Text Example


Text Example

White with #55845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55845F; }

 p { color: rgb(85,132,95); }

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

background-color css

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

 a { background-color: rgb(85,132,95); }

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

border-color css

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

 span { border-color: rgb(85,132,95); }

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