#835D5F

Color #835D5F Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #835D5F

Tints of Falcon #835D5F

Color information

#835D5F (or 0x835D5F) is unknown color: approx Falcon. HEX triplet: 83, 5D and 5F. RGB value is (131,93,95). Sum of RGB (Red+Green+Blue) = 131+93+95=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #835D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D5F is #7CA2A0. Grayscale: #686868. Windows color (decimal): -8168097 or 6249859. OLE color: 6249859.

HSL color Cylindrical-coordinate representation of color #835D5F: hue angle of 356.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #835D5F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1319395-
CMYK00.290.270.49
HSL356.84º16.96%43.92%-
HSV(B)356.84º29.01%51.37%-
XYZ15.3413.4812.62-
YUV104.59122.59146.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=41.07%
G=29.15%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131939500.290.270.49356.8416.9643.92
Hex835D5F01D1B31165112c
Octal20313513703533615452154
Binary10000011101110110111110111011101111000110110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835D5F; }

 p { color: rgb(131,93,95); }

 H1.HeaderClassName
 {
   color: #835D5F;
 }
 .AnyTagClassName
 {
   color: #835D5F;
 }
</style>
background-color css

<style>
 a { background-color: #835D5F; }

 a { background-color: rgb(131,93,95); }

 div.DivClassName
 {
   background-color: #835D5F;
 }
 .BgClassName
 {
   background-color: #835D5F;
 }
</style>
border-color css

<style>
 span { border-color: #835D5F; }

 span { border-color: rgb(131,93,95); }

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