Html Css Color HEX #835D5F Falcon

📋 copy color: '#835D5F'

red 131 ◦ green 93 ◦ blue 95

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

Shades of Falcon #835D5F

Tints of Falcon #835D5F

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 value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#835D5F (or 0x835D5F) is known color: 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

RGB 131 93 95 -
CMYK 0 0.29 0.27 0.49
HSL 356.84º 0.17% 0.44% -
HSV(B) 356.84º 0.29% 0.51% -
XYZ 15.34 13.48 12.62 -
YUV 104.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 131 93 95 0 0.29 0.27 0.49 356.84 0.17 0.44
Hex 83 5D 5F 0 1D 1B 31 165 11 2C
Octal 203 135 137 0 35 33 61 545 21 54
Binary 10000011 1011101 1011111 0 11101 11011 110001 101100101 10001 101100

Color Harmonies of #835D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D5F

Black with #835D5F

Text Example


Text Example

White with #835D5F

Text Example


Text Example

HTML Codes & Css Web 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>