Html Css Color HEX #855C5F Falcon

📋 copy color: '#855C5F'

red 133 ◦ green 92 ◦ blue 95

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

Shades of Falcon #855C5F

Tints of Falcon #855C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

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

R = 41.56%
G = 28.75%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#855C5F (or 0x855C5F) is known color: Falcon. HEX triplet: 85, 5C and 5F. RGB value is (133,92,95). Sum of RGB (Red+Green+Blue) = 133+92+95=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C5F is #7AA3A0. Grayscale: #686868. Windows color (decimal): -8037281 or 6249605. OLE color: 6249605.

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

Color convert

RGB 133 92 95 -
CMYK 0 0.31 0.29 0.48
HSL 355.61º 0.18% 0.44% -
HSV(B) 355.61º 0.31% 0.52% -
XYZ 15.57 13.47 12.61 -
YUV 104.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 133 92 95 0 0.31 0.29 0.48 355.61 0.18 0.44
Hex 85 5C 5F 0 1F 1D 30 164 12 2C
Octal 205 134 137 0 37 35 60 544 22 54
Binary 10000101 1011100 1011111 0 11111 11101 110000 101100100 10010 101100

Color Harmonies of #855C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C5F

Black with #855C5F

Text Example


Text Example

White with #855C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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