Html Css Color HEX #83595E Falcon

📋 copy color: '#83595E'

red 131 ◦ green 89 ◦ blue 94

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

Shades of Falcon #83595E

Tints of Falcon #83595E

RGB

 RED value IS 131 (51.56% from 255) = 41.72%

 GREEN value IS 89 (35.16% from 255) = 28.34%

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

R = 41.72%
G = 28.34%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83595E (or 0x83595E) is known color: Falcon. HEX triplet: 83, 59 and 5E. RGB value is (131,89,94). Sum of RGB (Red+Green+Blue) = 131+89+94=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #83595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83595E is #7CA6A1. Grayscale: #666666. Windows color (decimal): -8169122 or 6183299. OLE color: 6183299.

HSL color Cylindrical-coordinate representation of color #83595E: hue angle of 352.86º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83595E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 94 -
CMYK 0 0.32 0.28 0.49
HSL 352.86º 0.19% 0.43% -
HSV(B) 352.86º 0.32% 0.51% -
XYZ 14.95 12.78 12.27 -
YUV 102.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 131 89 94 0 0.32 0.28 0.49 352.86 0.19 0.43
Hex 83 59 5E 0 20 1C 31 161 13 2B
Octal 203 131 136 0 40 34 61 541 23 53
Binary 10000011 1011001 1011110 0 100000 11100 110001 101100001 10011 101011

Color Harmonies of #83595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83595E

Black with #83595E

Text Example


Text Example

White with #83595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83595E; }

 p { color: rgb(131,89,94); }

 H1.HeaderClassName
 {
   color: #83595E;
 }
 .AnyTagClassName
 {
   color: #83595E;
 }
</style>

background-color css

<style>
 a { background-color: #83595E; }

 a { background-color: rgb(131,89,94); }

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

border-color css

<style>
 span { border-color: #83595E; }

 span { border-color: rgb(131,89,94); }

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