Html Css Color HEX #855D5E Falcon

📋 copy color: '#855D5E'

red 133 ◦ green 93 ◦ blue 94

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

Shades of Falcon #855D5E

Tints of Falcon #855D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 41.56%
G = 29.06%
B = 29.38%

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

#855D5E (or 0x855D5E) is known color: Falcon. HEX triplet: 85, 5D and 5E. RGB value is (133,93,94). Sum of RGB (Red+Green+Blue) = 133+93+94=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D5E is #7AA2A1. Grayscale: #696969. Windows color (decimal): -8037026 or 6184325. OLE color: 6184325.

HSL color Cylindrical-coordinate representation of color #855D5E: hue angle of 358.5º 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 #855D5E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 94 -
CMYK 0 0.30 0.29 0.48
HSL 358.5º 0.18% 0.44% -
HSV(B) 358.5º 0.3% 0.52% -
XYZ 15.61 13.62 12.4 -
YUV 105.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 133 93 94 0 0.30 0.29 0.48 358.5 0.18 0.44
Hex 85 5D 5E 0 1E 1D 30 166 12 2C
Octal 205 135 136 0 36 35 60 546 22 54
Binary 10000101 1011101 1011110 0 11110 11101 110000 101100110 10010 101100

Color Harmonies of #855D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D5E

Black with #855D5E

Text Example


Text Example

White with #855D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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