Html Css Color HEX #905953 Copper Rust

📋 copy color: '#905953'

red 144 ◦ green 89 ◦ blue 83

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

Shades of Copper Rust #905953

Tints of Copper Rust #905953

RGB

 RED value IS 144 (56.64% from 255) = 45.57%

 GREEN value IS 89 (35.16% from 255) = 28.16%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 45.57%
G = 28.16%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#905953 (or 0x905953) is known color: Copper Rust. HEX triplet: 90, 59 and 53. RGB value is (144,89,83). Sum of RGB (Red+Green+Blue) = 144+89+83=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #905953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905953 is #6FA6AC. Grayscale: #686868. Windows color (decimal): -7317165 or 5462416. OLE color: 5462416.

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

Color convert

RGB 144 89 83 -
CMYK 0 0.38 0.42 0.44
HSL 5.9º 0.27% 0.45% -
HSV(B) 5.9º 0.42% 0.56% -
XYZ 16.64 13.7 9.95 -
YUV 104.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 144 89 83 0 0.38 0.42 0.44 5.9 0.27 0.45
Hex 90 59 53 0 26 2A 2C 6 1B 2D
Octal 220 131 123 0 46 52 54 6 33 55
Binary 10010000 1011001 1010011 0 100110 101010 101100 110 11011 101101

Color Harmonies of #905953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905953

Black with #905953

Text Example


Text Example

White with #905953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905953; }

 p { color: rgb(144,89,83); }

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

background-color css

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

 a { background-color: rgb(144,89,83); }

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

border-color css

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

 span { border-color: rgb(144,89,83); }

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