#835B5F

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

Shades of Falcon #835B5F

Tints of Falcon #835B5F

Color information

#835B5F (or 0x835B5F) is unknown color: approx Falcon. HEX triplet: 83, 5B and 5F. RGB value is (131,91,95). Sum of RGB (Red+Green+Blue) = 131+91+95=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B5F is #7CA4A0. Grayscale: #676767. Windows color (decimal): -8168609 or 6249347. OLE color: 6249347.

HSL color Cylindrical-coordinate representation of color #835B5F: hue angle of 354º 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 #835B5F is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1319195-
CMYK00.310.270.49
HSL354º18.02%43.53%-
HSV(B)354º30.53%51.37%-
XYZ15.1713.1312.56-
YUV103.42123.25147.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=41.32%
G=28.71%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131919500.310.270.4935418.0243.53
Hex835B5F01F1B31162122c
Octal20313313703733615422254
Binary10000011101101110111110111111101111000110110001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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