Html Css Color HEX #9C5752 Copper Rust

📋 copy color: '#9C5752'

red 156 ◦ green 87 ◦ blue 82

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

Shades of Copper Rust #9C5752

Tints of Copper Rust #9C5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 48%
G = 26.77%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C5752 (or 0x9C5752) is known color: Copper Rust. HEX triplet: 9C, 57 and 52. RGB value is (156,87,82). Sum of RGB (Red+Green+Blue) = 156+87+82=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5752 is #63A8AD. Grayscale: #6B6B6B. Windows color (decimal): -6531246 or 5396380. OLE color: 5396380.

HSL color Cylindrical-coordinate representation of color #9C5752: hue angle of 4.05º 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 #9C5752 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 87 82 -
CMYK 0 0.44 0.47 0.39
HSL 4.05º 0.31% 0.47% -
HSV(B) 4.05º 0.47% 0.61% -
XYZ 18.64 14.49 9.8 -
YUV 107.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 156 87 82 0 0.44 0.47 0.39 4.05 0.31 0.47
Hex 9C 57 52 0 2C 2F 27 4 1F 2F
Octal 234 127 122 0 54 57 47 4 37 57
Binary 10011100 1010111 1010010 0 101100 101111 100111 100 11111 101111

Color Harmonies of #9C5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5752

Black with #9C5752

Text Example


Text Example

White with #9C5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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