Html Css Color HEX #9A5352 Copper Rust

📋 copy color: '#9A5352'

red 154 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #9A5352

Tints of Copper Rust #9A5352

RGB

 RED value IS 154 (60.55% from 255) = 48.28%

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 48.28%
G = 26.02%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A5352 (or 0x9A5352) is known color: Copper Rust. HEX triplet: 9A, 53 and 52. RGB value is (154,83,82). Sum of RGB (Red+Green+Blue) = 154+83+82=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5352 is #65ACAD. Grayscale: #686868. Windows color (decimal): -6663342 or 5395354. OLE color: 5395354.

HSL color Cylindrical-coordinate representation of color #9A5352: hue angle of 0.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5352 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 82 -
CMYK 0 0.46 0.47 0.40
HSL 0.83º 0.31% 0.46% -
HSV(B) 0.83º 0.47% 0.6% -
XYZ 17.94 13.67 9.67 -
YUV 104.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 154 83 82 0 0.46 0.47 0.40 0.83 0.31 0.46
Hex 9A 53 52 0 2E 2F 28 1 1F 2E
Octal 232 123 122 0 56 57 50 1 37 56
Binary 10011010 1010011 1010010 0 101110 101111 101000 1 11111 101110

Color Harmonies of #9A5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5352

Black with #9A5352

Text Example


Text Example

White with #9A5352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5352; }

 p { color: rgb(154,83,82); }

 H1.HeaderClassName
 {
   color: #9A5352;
 }
 .AnyTagClassName
 {
   color: #9A5352;
 }
</style>

background-color css

<style>
 a { background-color: #9A5352; }

 a { background-color: rgb(154,83,82); }

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

border-color css

<style>
 span { border-color: #9A5352; }

 span { border-color: rgb(154,83,82); }

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