Html Css Color HEX #90534C Copper Rust

📋 copy color: '#90534C'

red 144 ◦ green 83 ◦ blue 76

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

Shades of Copper Rust #90534C

Tints of Copper Rust #90534C

RGB

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

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

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

R = 47.52%
G = 27.39%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90534C (or 0x90534C) is known color: Copper Rust. HEX triplet: 90, 53 and 4C. RGB value is (144,83,76). Sum of RGB (Red+Green+Blue) = 144+83+76=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90534C is #6FACB3. Grayscale: #646464. Windows color (decimal): -7318708 or 5002128. OLE color: 5002128.

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

Color convert

RGB 144 83 76 -
CMYK 0 0.42 0.47 0.44
HSL 6.18º 0.31% 0.43% -
HSV(B) 6.18º 0.47% 0.56% -
XYZ 15.9 12.64 8.44 -
YUV 100.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 144 83 76 0 0.42 0.47 0.44 6.18 0.31 0.43
Hex 90 53 4C 0 2A 2F 2C 6 1F 2B
Octal 220 123 114 0 52 57 54 6 37 53
Binary 10010000 1010011 1001100 0 101010 101111 101100 110 11111 101011

Color Harmonies of #90534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90534C

Black with #90534C

Text Example


Text Example

White with #90534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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