Html Css Color HEX #99524D Copper Rust

📋 copy color: '#99524D'

red 153 ◦ green 82 ◦ blue 77

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

Shades of Copper Rust #99524D

Tints of Copper Rust #99524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 49.04%
G = 26.28%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99524D (or 0x99524D) is known color: Copper Rust. HEX triplet: 99, 52 and 4D. RGB value is (153,82,77). Sum of RGB (Red+Green+Blue) = 153+82+77=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99524D is #66ADB2. Grayscale: #666666. Windows color (decimal): -6729139 or 5067417. OLE color: 5067417.

HSL color Cylindrical-coordinate representation of color #99524D: hue angle of 3.95º 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 #99524D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 77 -
CMYK 0 0.46 0.50 0.4
HSL 3.95º 0.33% 0.45% -
HSV(B) 3.95º 0.5% 0.6% -
XYZ 17.49 13.34 8.67 -
YUV 102.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 153 82 77 0 0.46 0.50 0.4 3.95 0.33 0.45
Hex 99 52 4D 0 2E 32 28 4 21 2D
Octal 231 122 115 0 56 62 50 4 41 55
Binary 10011001 1010010 1001101 0 101110 110010 101000 100 100001 101101

Color Harmonies of #99524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99524D

Black with #99524D

Text Example


Text Example

White with #99524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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