Html Css Color HEX #99574F Copper Rust

📋 copy color: '#99574F'

red 153 ◦ green 87 ◦ blue 79

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

Shades of Copper Rust #99574F

Tints of Copper Rust #99574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 47.96%
G = 27.27%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99574F (or 0x99574F) is known color: Copper Rust. HEX triplet: 99, 57 and 4F. RGB value is (153,87,79). Sum of RGB (Red+Green+Blue) = 153+87+79=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99574F is #66A8B0. Grayscale: #696969. Windows color (decimal): -6727857 or 5199769. OLE color: 5199769.

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

Color convert

RGB 153 87 79 -
CMYK 0 0.43 0.48 0.4
HSL 6.49º 0.32% 0.45% -
HSV(B) 6.49º 0.48% 0.6% -
XYZ 17.96 14.15 9.18 -
YUV 105.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 153 87 79 0 0.43 0.48 0.4 6.49 0.32 0.45
Hex 99 57 4F 0 2B 30 28 6 20 2D
Octal 231 127 117 0 53 60 50 6 40 55
Binary 10011001 1010111 1001111 0 101011 110000 101000 110 100000 101101

Color Harmonies of #99574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99574F

Black with #99574F

Text Example


Text Example

White with #99574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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