Html Css Color HEX #9A534F Copper Rust

📋 copy color: '#9A534F'

red 154 ◦ green 83 ◦ blue 79

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

Shades of Copper Rust #9A534F

Tints of Copper Rust #9A534F

RGB

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

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

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

R = 48.73%
G = 26.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#9A534F (or 0x9A534F) is known color: Copper Rust. HEX triplet: 9A, 53 and 4F. RGB value is (154,83,79). Sum of RGB (Red+Green+Blue) = 154+83+79=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A534F is #65ACB0. Grayscale: #676767. Windows color (decimal): -6663345 or 5198746. OLE color: 5198746.

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

Color convert

RGB 154 83 79 -
CMYK 0 0.46 0.49 0.40
HSL 3.2º 0.32% 0.46% -
HSV(B) 3.2º 0.49% 0.6% -
XYZ 17.83 13.62 9.09 -
YUV 103.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 154 83 79 0 0.46 0.49 0.40 3.2 0.32 0.46
Hex 9A 53 4F 0 2E 31 28 3 20 2E
Octal 232 123 117 0 56 61 50 3 40 56
Binary 10011010 1010011 1001111 0 101110 110001 101000 11 100000 101110

Color Harmonies of #9A534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A534F

Black with #9A534F

Text Example


Text Example

White with #9A534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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