Html Css Color HEX #835A56 Rose Taupe

📋 copy color: '#835A56'

red 131 ◦ green 90 ◦ blue 86

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

Shades of Rose Taupe #835A56

Tints of Rose Taupe #835A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

 BLUE value IS 86 (33.98% from 255) = 28.01%

R = 42.67%
G = 29.32%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#835A56 (or 0x835A56) is known color: Rose Taupe. HEX triplet: 83, 5A and 56. RGB value is (131,90,86). Sum of RGB (Red+Green+Blue) = 131+90+86=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #835A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A56 is #7CA5A9. Grayscale: #656565. Windows color (decimal): -8168874 or 5659267. OLE color: 5659267.

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

Color convert

RGB 131 90 86 -
CMYK 0 0.31 0.34 0.49
HSL 5.33º 0.21% 0.43% -
HSV(B) 5.33º 0.34% 0.51% -
XYZ 14.7 12.81 10.5 -
YUV 101.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 131 90 86 0 0.31 0.34 0.49 5.33 0.21 0.43
Hex 83 5A 56 0 1F 22 31 5 15 2B
Octal 203 132 126 0 37 42 61 5 25 53
Binary 10000011 1011010 1010110 0 11111 100010 110001 101 10101 101011

Color Harmonies of #835A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A56

Black with #835A56

Text Example


Text Example

White with #835A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,90,86); }

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

background-color css

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

 a { background-color: rgb(131,90,86); }

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

border-color css

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

 span { border-color: rgb(131,90,86); }

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