Html Css Color HEX #965C52 Copper Rust

📋 copy color: '#965C52'

red 150 ◦ green 92 ◦ blue 82

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

Shades of Copper Rust #965C52

Tints of Copper Rust #965C52

RGB

 RED value IS 150 (58.98% from 255) = 46.3%

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

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

R = 46.3%
G = 28.4%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965C52 (or 0x965C52) is known color: Copper Rust. HEX triplet: 96, 5C and 52. RGB value is (150,92,82). Sum of RGB (Red+Green+Blue) = 150+92+82=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #965C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C52 is #69A3AD. Grayscale: #6C6C6C. Windows color (decimal): -6923182 or 5397654. OLE color: 5397654.

HSL color Cylindrical-coordinate representation of color #965C52: hue angle of 8.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965C52 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 92 82 -
CMYK 0 0.39 0.45 0.41
HSL 8.82º 0.29% 0.45% -
HSV(B) 8.82º 0.45% 0.59% -
XYZ 17.93 14.75 9.88 -
YUV 108.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 150 92 82 0 0.39 0.45 0.41 8.82 0.29 0.45
Hex 96 5C 52 0 27 2D 29 9 1D 2D
Octal 226 134 122 0 47 55 51 11 35 55
Binary 10010110 1011100 1010010 0 100111 101101 101001 1001 11101 101101

Color Harmonies of #965C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C52

Black with #965C52

Text Example


Text Example

White with #965C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965C52; }

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

 H1.HeaderClassName
 {
   color: #965C52;
 }
 .AnyTagClassName
 {
   color: #965C52;
 }
</style>

background-color css

<style>
 a { background-color: #965C52; }

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

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

border-color css

<style>
 span { border-color: #965C52; }

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

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