Html Css Color HEX #855D5F Falcon

📋 copy color: '#855D5F'

red 133 ◦ green 93 ◦ blue 95

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

Shades of Falcon #855D5F

Tints of Falcon #855D5F

RGB

 RED value IS 133 (52.34% from 255) = 41.43%

 GREEN value IS 93 (36.72% from 255) = 28.97%

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

R = 41.43%
G = 28.97%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#855D5F (or 0x855D5F) is known color: Falcon. HEX triplet: 85, 5D and 5F. RGB value is (133,93,95). Sum of RGB (Red+Green+Blue) = 133+93+95=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D5F is #7AA2A0. Grayscale: #696969. Windows color (decimal): -8037025 or 6249861. OLE color: 6249861.

HSL color Cylindrical-coordinate representation of color #855D5F: hue angle of 357º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D5F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 95 -
CMYK 0 0.30 0.29 0.48
HSL 357º 0.18% 0.44% -
HSV(B) 357º 0.3% 0.52% -
XYZ 15.65 13.64 12.63 -
YUV 105.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 133 93 95 0 0.30 0.29 0.48 357 0.18 0.44
Hex 85 5D 5F 0 1E 1D 30 165 12 2C
Octal 205 135 137 0 36 35 60 545 22 54
Binary 10000101 1011101 1011111 0 11110 11101 110000 101100101 10010 101100

Color Harmonies of #855D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D5F

Black with #855D5F

Text Example


Text Example

White with #855D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D5F; }

 p { color: rgb(133,93,95); }

 H1.HeaderClassName
 {
   color: #855D5F;
 }
 .AnyTagClassName
 {
   color: #855D5F;
 }
</style>

background-color css

<style>
 a { background-color: #855D5F; }

 a { background-color: rgb(133,93,95); }

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

border-color css

<style>
 span { border-color: #855D5F; }

 span { border-color: rgb(133,93,95); }

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