Html Css Color HEX #83595C Falcon

📋 copy color: '#83595C'

red 131 ◦ green 89 ◦ blue 92

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

Shades of Falcon #83595C

Tints of Falcon #83595C

RGB

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

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

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

R = 41.99%
G = 28.53%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83595C (or 0x83595C) is known color: Falcon. HEX triplet: 83, 59 and 5C. RGB value is (131,89,92). Sum of RGB (Red+Green+Blue) = 131+89+92=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83595C is #7CA6A3. Grayscale: #656565. Windows color (decimal): -8169124 or 6052227. OLE color: 6052227.

HSL color Cylindrical-coordinate representation of color #83595C: hue angle of 355.71º 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 #83595C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 92 -
CMYK 0 0.32 0.30 0.49
HSL 355.71º 0.19% 0.43% -
HSV(B) 355.71º 0.32% 0.51% -
XYZ 14.86 12.74 11.8 -
YUV 101.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 131 89 92 0 0.32 0.30 0.49 355.71 0.19 0.43
Hex 83 59 5C 0 20 1E 31 164 13 2B
Octal 203 131 134 0 40 36 61 544 23 53
Binary 10000011 1011001 1011100 0 100000 11110 110001 101100100 10011 101011

Color Harmonies of #83595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83595C

Black with #83595C

Text Example


Text Example

White with #83595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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