Html Css Color HEX #905853 Copper Rust

📋 copy color: '#905853'

red 144 ◦ green 88 ◦ blue 83

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

Shades of Copper Rust #905853

Tints of Copper Rust #905853

RGB

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

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

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

R = 45.71%
G = 27.94%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#905853 (or 0x905853) is known color: Copper Rust. HEX triplet: 90, 58 and 53. RGB value is (144,88,83). Sum of RGB (Red+Green+Blue) = 144+88+83=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905853 is #6FA7AC. Grayscale: #686868. Windows color (decimal): -7317421 or 5462160. OLE color: 5462160.

HSL color Cylindrical-coordinate representation of color #905853: hue angle of 4.92º 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 #905853 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 88 83 -
CMYK 0 0.39 0.42 0.44
HSL 4.92º 0.27% 0.45% -
HSV(B) 4.92º 0.42% 0.56% -
XYZ 16.55 13.53 9.92 -
YUV 104.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 144 88 83 0 0.39 0.42 0.44 4.92 0.27 0.45
Hex 90 58 53 0 27 2A 2C 5 1B 2D
Octal 220 130 123 0 47 52 54 5 33 55
Binary 10010000 1011000 1010011 0 100111 101010 101100 101 11011 101101

Color Harmonies of #905853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905853

Black with #905853

Text Example


Text Example

White with #905853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905853; }

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

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

background-color css

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

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

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

border-color css

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

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

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