Html Css Color HEX #855B5C Falcon

📋 copy color: '#855B5C'

red 133 ◦ green 91 ◦ blue 92

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

Shades of Falcon #855B5C

Tints of Falcon #855B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 42.09%
G = 28.8%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#855B5C (or 0x855B5C) is known color: Falcon. HEX triplet: 85, 5B and 5C. RGB value is (133,91,92). Sum of RGB (Red+Green+Blue) = 133+91+92=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B5C is #7AA4A3. Grayscale: #676767. Windows color (decimal): -8037540 or 6052741. OLE color: 6052741.

HSL color Cylindrical-coordinate representation of color #855B5C: hue angle of 358.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855B5C is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 91 92 -
CMYK 0 0.32 0.31 0.48
HSL 358.57º 0.19% 0.44% -
HSV(B) 358.57º 0.32% 0.52% -
XYZ 15.35 13.24 11.87 -
YUV 103.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 133 91 92 0 0.32 0.31 0.48 358.57 0.19 0.44
Hex 85 5B 5C 0 20 1F 30 167 13 2C
Octal 205 133 134 0 40 37 60 547 23 54
Binary 10000101 1011011 1011100 0 100000 11111 110000 101100111 10011 101100

Color Harmonies of #855B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B5C

Black with #855B5C

Text Example


Text Example

White with #855B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,92); }

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

background-color css

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

 a { background-color: rgb(133,91,92); }

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

border-color css

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

 span { border-color: rgb(133,91,92); }

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