Html Css Color HEX #9C5352 Copper Rust

📋 copy color: '#9C5352'

red 156 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #9C5352

Tints of Copper Rust #9C5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

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

R = 48.6%
G = 25.86%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C5352 (or 0x9C5352) is known color: Copper Rust. HEX triplet: 9C, 53 and 52. RGB value is (156,83,82). Sum of RGB (Red+Green+Blue) = 156+83+82=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5352 is #63ACAD. Grayscale: #686868. Windows color (decimal): -6532270 or 5395356. OLE color: 5395356.

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

Color convert

RGB 156 83 82 -
CMYK 0 0.47 0.47 0.39
HSL 0.81º 0.31% 0.47% -
HSV(B) 0.81º 0.47% 0.61% -
XYZ 18.33 13.86 9.69 -
YUV 104.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 156 83 82 0 0.47 0.47 0.39 0.81 0.31 0.47
Hex 9C 53 52 0 2F 2F 27 1 1F 2F
Octal 234 123 122 0 57 57 47 1 37 57
Binary 10011100 1010011 1010010 0 101111 101111 100111 1 11111 101111

Color Harmonies of #9C5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5352

Black with #9C5352

Text Example


Text Example

White with #9C5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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