#835B5E

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

Shades of Falcon #835B5E

Tints of Falcon #835B5E

Color information

#835B5E (or 0x835B5E) is unknown color: approx Falcon. HEX triplet: 83, 5B and 5E. RGB value is (131,91,94). Sum of RGB (Red+Green+Blue) = 131+91+94=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #835B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B5E is #7CA4A1. Grayscale: #676767. Windows color (decimal): -8168610 or 6183811. OLE color: 6183811.

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

Color convert

RGB1319194-
CMYK00.310.280.49
HSL355.5º18.02%43.53%-
HSV(B)355.5º30.53%51.37%-
XYZ15.1213.1212.32-
YUV103.3122.75147.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.46%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=41.46%
G=28.80%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131919400.310.280.49355.518.0243.53
Hex835B5E01F1C31164122c
Octal20313313603734615442254
Binary10000011101101110111100111111110011000110110010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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