Html Css Color HEX #99574D Copper Rust

📋 copy color: '#99574D'

red 153 ◦ green 87 ◦ blue 77

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

Shades of Copper Rust #99574D

Tints of Copper Rust #99574D

RGB

 RED value IS 153 (60.16% from 255) = 48.26%

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 48.26%
G = 27.44%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99574D (or 0x99574D) is known color: Copper Rust. HEX triplet: 99, 57 and 4D. RGB value is (153,87,77). Sum of RGB (Red+Green+Blue) = 153+87+77=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99574D is #66A8B2. Grayscale: #696969. Windows color (decimal): -6727859 or 5068697. OLE color: 5068697.

HSL color Cylindrical-coordinate representation of color #99574D: hue angle of 7.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99574D is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 77 -
CMYK 0 0.43 0.50 0.4
HSL 7.89º 0.33% 0.45% -
HSV(B) 7.89º 0.5% 0.6% -
XYZ 17.88 14.12 8.8 -
YUV 105.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 153 87 77 0 0.43 0.50 0.4 7.89 0.33 0.45
Hex 99 57 4D 0 2B 32 28 8 21 2D
Octal 231 127 115 0 53 62 50 10 41 55
Binary 10011001 1010111 1001101 0 101011 110010 101000 1000 100001 101101

Color Harmonies of #99574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99574D

Black with #99574D

Text Example


Text Example

White with #99574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99574D; }

 p { color: rgb(153,87,77); }

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

background-color css

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

 a { background-color: rgb(153,87,77); }

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

border-color css

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

 span { border-color: rgb(153,87,77); }

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