Html Css Color HEX #9B524E Copper Rust

📋 copy color: '#9B524E'

red 155 ◦ green 82 ◦ blue 78

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

Shades of Copper Rust #9B524E

Tints of Copper Rust #9B524E

RGB

 RED value IS 155 (60.94% from 255) = 49.21%

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

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

R = 49.21%
G = 26.03%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B524E (or 0x9B524E) is known color: Copper Rust. HEX triplet: 9B, 52 and 4E. RGB value is (155,82,78). Sum of RGB (Red+Green+Blue) = 155+82+78=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B524E is #64ADB1. Grayscale: #676767. Windows color (decimal): -6598066 or 5132955. OLE color: 5132955.

HSL color Cylindrical-coordinate representation of color #9B524E: hue angle of 3.12º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B524E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 78 -
CMYK 0 0.47 0.50 0.39
HSL 3.12º 0.33% 0.46% -
HSV(B) 3.12º 0.5% 0.61% -
XYZ 17.91 13.55 8.88 -
YUV 103.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 155 82 78 0 0.47 0.50 0.39 3.12 0.33 0.46
Hex 9B 52 4E 0 2F 32 27 3 21 2E
Octal 233 122 116 0 57 62 47 3 41 56
Binary 10011011 1010010 1001110 0 101111 110010 100111 11 100001 101110

Color Harmonies of #9B524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B524E

Black with #9B524E

Text Example


Text Example

White with #9B524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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