Html Css Color HEX #9C5B52 Copper Rust

📋 copy color: '#9C5B52'

red 156 ◦ green 91 ◦ blue 82

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

Shades of Copper Rust #9C5B52

Tints of Copper Rust #9C5B52

RGB

 RED value IS 156 (61.33% from 255) = 47.42%

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 47.42%
G = 27.66%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C5B52 (or 0x9C5B52) is known color: Copper Rust. HEX triplet: 9C, 5B and 52. RGB value is (156,91,82). Sum of RGB (Red+Green+Blue) = 156+91+82=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B52 is #63A4AD. Grayscale: #6D6D6D. Windows color (decimal): -6530222 or 5397404. OLE color: 5397404.

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

Color convert

RGB 156 91 82 -
CMYK 0 0.42 0.47 0.39
HSL 7.3º 0.31% 0.47% -
HSV(B) 7.3º 0.47% 0.61% -
XYZ 18.97 15.16 9.91 -
YUV 109.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 156 91 82 0 0.42 0.47 0.39 7.3 0.31 0.47
Hex 9C 5B 52 0 2A 2F 27 7 1F 2F
Octal 234 133 122 0 52 57 47 7 37 57
Binary 10011100 1011011 1010010 0 101010 101111 100111 111 11111 101111

Color Harmonies of #9C5B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5B52

Black with #9C5B52

Text Example


Text Example

White with #9C5B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,91,82); }

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

background-color css

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

 a { background-color: rgb(156,91,82); }

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

border-color css

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

 span { border-color: rgb(156,91,82); }

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