Html Css Color HEX #9B5C52 Copper Rust

📋 copy color: '#9B5C52'

red 155 ◦ green 92 ◦ blue 82

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

Shades of Copper Rust #9B5C52

Tints of Copper Rust #9B5C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 47.11%
G = 27.96%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B5C52 (or 0x9B5C52) is known color: Copper Rust. HEX triplet: 9B, 5C and 52. RGB value is (155,92,82). Sum of RGB (Red+Green+Blue) = 155+92+82=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C52 is #64A3AD. Grayscale: #6D6D6D. Windows color (decimal): -6595502 or 5397659. OLE color: 5397659.

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

Color convert

RGB 155 92 82 -
CMYK 0 0.41 0.47 0.39
HSL 8.22º 0.31% 0.46% -
HSV(B) 8.22º 0.47% 0.61% -
XYZ 18.87 15.23 9.93 -
YUV 109.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 155 92 82 0 0.41 0.47 0.39 8.22 0.31 0.46
Hex 9B 5C 52 0 29 2F 27 8 1F 2E
Octal 233 134 122 0 51 57 47 10 37 56
Binary 10011011 1011100 1010010 0 101001 101111 100111 1000 11111 101110

Color Harmonies of #9B5C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5C52

Black with #9B5C52

Text Example


Text Example

White with #9B5C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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