Html Css Color HEX #905350 Copper Rust

📋 copy color: '#905350'

red 144 ◦ green 83 ◦ blue 80

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

Shades of Copper Rust #905350

Tints of Copper Rust #905350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 46.91%
G = 27.04%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#905350 (or 0x905350) is known color: Copper Rust. HEX triplet: 90, 53 and 50. RGB value is (144,83,80). Sum of RGB (Red+Green+Blue) = 144+83+80=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #905350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905350 is #6FACAF. Grayscale: #646464. Windows color (decimal): -7318704 or 5264272. OLE color: 5264272.

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

Color convert

RGB 144 83 80 -
CMYK 0 0.42 0.44 0.44
HSL 2.81º 0.29% 0.44% -
HSV(B) 2.81º 0.44% 0.56% -
XYZ 16.04 12.69 9.19 -
YUV 100.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 144 83 80 0 0.42 0.44 0.44 2.81 0.29 0.44
Hex 90 53 50 0 2A 2C 2C 3 1D 2C
Octal 220 123 120 0 52 54 54 3 35 54
Binary 10010000 1010011 1010000 0 101010 101100 101100 11 11101 101100

Color Harmonies of #905350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905350

Black with #905350

Text Example


Text Example

White with #905350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905350; }

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

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

background-color css

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

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

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

border-color css

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

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

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