Html Css Color HEX #845B5E Falcon

📋 copy color: '#845B5E'

red 132 ◦ green 91 ◦ blue 94

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

Shades of Falcon #845B5E

Tints of Falcon #845B5E

RGB

 RED value IS 132 (51.95% from 255) = 41.64%

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

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

R = 41.64%
G = 28.71%
B = 29.65%

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

#845B5E (or 0x845B5E) is known color: Falcon. HEX triplet: 84, 5B and 5E. RGB value is (132,91,94). Sum of RGB (Red+Green+Blue) = 132+91+94=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B5E is #7BA4A1. Grayscale: #676767. Windows color (decimal): -8103074 or 6183812. OLE color: 6183812.

HSL color Cylindrical-coordinate representation of color #845B5E: 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 #845B5E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 91 94 -
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.28 13.2 12.33 -
YUV 103.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 132 91 94 0 0.31 0.29 0.48 355.61 0.18 0.44
Hex 84 5B 5E 0 1F 1D 30 164 12 2C
Octal 204 133 136 0 37 35 60 544 22 54
Binary 10000100 1011011 1011110 0 11111 11101 110000 101100100 10010 101100

Color Harmonies of #845B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B5E

Black with #845B5E

Text Example


Text Example

White with #845B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845B5E; }

 p { color: rgb(132,91,94); }

 H1.HeaderClassName
 {
   color: #845B5E;
 }
 .AnyTagClassName
 {
   color: #845B5E;
 }
</style>

background-color css

<style>
 a { background-color: #845B5E; }

 a { background-color: rgb(132,91,94); }

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

border-color css

<style>
 span { border-color: #845B5E; }

 span { border-color: rgb(132,91,94); }

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