Html Css Color HEX #99524E Copper Rust

📋 copy color: '#99524E'

red 153 ◦ green 82 ◦ blue 78

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

Shades of Copper Rust #99524E

Tints of Copper Rust #99524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 48.88%
G = 26.2%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#99524E (or 0x99524E) is known color: Copper Rust. HEX triplet: 99, 52 and 4E. RGB value is (153,82,78). Sum of RGB (Red+Green+Blue) = 153+82+78=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99524E is #66ADB1. Grayscale: #666666. Windows color (decimal): -6729138 or 5132953. OLE color: 5132953.

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

Color convert

RGB 153 82 78 -
CMYK 0 0.46 0.49 0.4
HSL 3.2º 0.32% 0.45% -
HSV(B) 3.2º 0.49% 0.6% -
XYZ 17.53 13.36 8.86 -
YUV 102.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 153 82 78 0 0.46 0.49 0.4 3.2 0.32 0.45
Hex 99 52 4E 0 2E 31 28 3 20 2D
Octal 231 122 116 0 56 61 50 3 40 55
Binary 10011001 1010010 1001110 0 101110 110001 101000 11 100000 101101

Color Harmonies of #99524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99524E

Black with #99524E

Text Example


Text Example

White with #99524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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