Html Css Color HEX #9C5C51 Copper Rust

📋 copy color: '#9C5C51'

red 156 ◦ green 92 ◦ blue 81

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

Shades of Copper Rust #9C5C51

Tints of Copper Rust #9C5C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 47.42%
G = 27.96%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C5C51 (or 0x9C5C51) is known color: Copper Rust. HEX triplet: 9C, 5C and 51. RGB value is (156,92,81). Sum of RGB (Red+Green+Blue) = 156+92+81=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C51 is #63A3AE. Grayscale: #6D6D6D. Windows color (decimal): -6529967 or 5332124. OLE color: 5332124.

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

Color convert

RGB 156 92 81 -
CMYK 0 0.41 0.48 0.39
HSL 8.8º 0.32% 0.46% -
HSV(B) 8.8º 0.48% 0.61% -
XYZ 19.02 15.32 9.74 -
YUV 109.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 156 92 81 0 0.41 0.48 0.39 8.8 0.32 0.46
Hex 9C 5C 51 0 29 30 27 9 20 2E
Octal 234 134 121 0 51 60 47 11 40 56
Binary 10011100 1011100 1010001 0 101001 110000 100111 1001 100000 101110

Color Harmonies of #9C5C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5C51

Black with #9C5C51

Text Example


Text Example

White with #9C5C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,92,81); }

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

background-color css

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

 a { background-color: rgb(156,92,81); }

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

border-color css

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

 span { border-color: rgb(156,92,81); }

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