Html Css Color HEX #99524F Copper Rust

📋 copy color: '#99524F'

red 153 ◦ green 82 ◦ blue 79

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

Shades of Copper Rust #99524F

Tints of Copper Rust #99524F

RGB

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

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

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

R = 48.73%
G = 26.11%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99524F (or 0x99524F) is known color: Copper Rust. HEX triplet: 99, 52 and 4F. RGB value is (153,82,79). Sum of RGB (Red+Green+Blue) = 153+82+79=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99524F is #66ADB0. Grayscale: #666666. Windows color (decimal): -6729137 or 5198489. OLE color: 5198489.

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

Color convert

RGB 153 82 79 -
CMYK 0 0.46 0.48 0.4
HSL 2.43º 0.32% 0.45% -
HSV(B) 2.43º 0.48% 0.6% -
XYZ 17.57 13.37 9.05 -
YUV 102.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 153 82 79 0 0.46 0.48 0.4 2.43 0.32 0.45
Hex 99 52 4F 0 2E 30 28 2 20 2D
Octal 231 122 117 0 56 60 50 2 40 55
Binary 10011001 1010010 1001111 0 101110 110000 101000 10 100000 101101

Color Harmonies of #99524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99524F

Black with #99524F

Text Example


Text Example

White with #99524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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