Html Css Color HEX #90514C Copper Rust

📋 copy color: '#90514C'

red 144 ◦ green 81 ◦ blue 76

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

Shades of Copper Rust #90514C

Tints of Copper Rust #90514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 47.84%
G = 26.91%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90514C (or 0x90514C) is known color: Copper Rust. HEX triplet: 90, 51 and 4C. RGB value is (144,81,76). Sum of RGB (Red+Green+Blue) = 144+81+76=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90514C is #6FAEB3. Grayscale: #636363. Windows color (decimal): -7319220 or 5001616. OLE color: 5001616.

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

Color convert

RGB 144 81 76 -
CMYK 0 0.44 0.47 0.44
HSL 4.41º 0.31% 0.43% -
HSV(B) 4.41º 0.47% 0.56% -
XYZ 15.75 12.34 8.39 -
YUV 99.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 144 81 76 0 0.44 0.47 0.44 4.41 0.31 0.43
Hex 90 51 4C 0 2C 2F 2C 4 1F 2B
Octal 220 121 114 0 54 57 54 4 37 53
Binary 10010000 1010001 1001100 0 101100 101111 101100 100 11111 101011

Color Harmonies of #90514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90514C

Black with #90514C

Text Example


Text Example

White with #90514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90514C; }

 p { color: rgb(144,81,76); }

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

background-color css

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

 a { background-color: rgb(144,81,76); }

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

border-color css

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

 span { border-color: rgb(144,81,76); }

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