Html Css Color HEX #925555 Rose Taupe

📋 copy color: '#925555'

red 146 ◦ green 85 ◦ blue 85

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

Shades of Rose Taupe #925555

Tints of Rose Taupe #925555

RGB

 RED value IS 146 (57.42% from 255) = 46.2%

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 46.2%
G = 26.9%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#925555 (or 0x925555) is known color: Rose Taupe. HEX triplet: 92, 55 and 55. RGB value is (146,85,85). Sum of RGB (Red+Green+Blue) = 146+85+85=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925555 is #6DAAAA. Grayscale: #676767. Windows color (decimal): -7187115 or 5592466. OLE color: 5592466.

HSL color Cylindrical-coordinate representation of color #925555: hue angle of 0º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925555 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 85 85 -
CMYK 0 0.42 0.42 0.43
HSL 0.26% 0.45% -
HSV(B) 0.42% 0.57% -
XYZ 16.74 13.26 10.27 -
YUV 103.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 146 85 85 0 0.42 0.42 0.43 0 0.26 0.45
Hex 92 55 55 0 2A 2A 2B 0 1A 2D
Octal 222 125 125 0 52 52 53 0 32 55
Binary 10010010 1010101 1010101 0 101010 101010 101011 0 11010 101101

Color Harmonies of #925555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925555

Black with #925555

Text Example


Text Example

White with #925555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925555; }

 p { color: rgb(146,85,85); }

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

background-color css

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

 a { background-color: rgb(146,85,85); }

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

border-color css

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

 span { border-color: rgb(146,85,85); }

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