Html Css Color HEX #9A5855 Copper Rust

📋 copy color: '#9A5855'

red 154 ◦ green 88 ◦ blue 85

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

Shades of Copper Rust #9A5855

Tints of Copper Rust #9A5855

RGB

 RED value IS 154 (60.55% from 255) = 47.09%

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 47.09%
G = 26.91%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#9A5855 (or 0x9A5855) is known color: Copper Rust. HEX triplet: 9A, 58 and 55. RGB value is (154,88,85). Sum of RGB (Red+Green+Blue) = 154+88+85=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5855 is #65A7AA. Grayscale: #6B6B6B. Windows color (decimal): -6662059 or 5593242. OLE color: 5593242.

HSL color Cylindrical-coordinate representation of color #9A5855: hue angle of 2.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5855 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 88 85 -
CMYK 0 0.43 0.45 0.40
HSL 2.61º 0.29% 0.47% -
HSV(B) 2.61º 0.45% 0.6% -
XYZ 18.46 14.51 10.42 -
YUV 107.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 154 88 85 0 0.43 0.45 0.40 2.61 0.29 0.47
Hex 9A 58 55 0 2B 2D 28 3 1D 2F
Octal 232 130 125 0 53 55 50 3 35 57
Binary 10011010 1011000 1010101 0 101011 101101 101000 11 11101 101111

Color Harmonies of #9A5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5855

Black with #9A5855

Text Example


Text Example

White with #9A5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5855; }

 p { color: rgb(154,88,85); }

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

background-color css

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

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

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

border-color css

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

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

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