Html Css Color HEX #835B5C Falcon

📋 copy color: '#835B5C'

red 131 ◦ green 91 ◦ blue 92

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

Shades of Falcon #835B5C

Tints of Falcon #835B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

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

R = 41.72%
G = 28.98%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#835B5C (or 0x835B5C) is known color: Falcon. HEX triplet: 83, 5B and 5C. RGB value is (131,91,92). Sum of RGB (Red+Green+Blue) = 131+91+92=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #835B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B5C is #7CA4A3. Grayscale: #676767. Windows color (decimal): -8168612 or 6052739. OLE color: 6052739.

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

Color convert

RGB 131 91 92 -
CMYK 0 0.31 0.30 0.49
HSL 358.5º 0.18% 0.44% -
HSV(B) 358.5º 0.31% 0.51% -
XYZ 15.03 13.08 11.86 -
YUV 103.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 131 91 92 0 0.31 0.30 0.49 358.5 0.18 0.44
Hex 83 5B 5C 0 1F 1E 31 166 12 2C
Octal 203 133 134 0 37 36 61 546 22 54
Binary 10000011 1011011 1011100 0 11111 11110 110001 101100110 10010 101100

Color Harmonies of #835B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B5C

Black with #835B5C

Text Example


Text Example

White with #835B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #835B5C;
 }
 .AnyTagClassName
 {
   color: #835B5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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