Html Css Color HEX #965452 Copper Rust

📋 copy color: '#965452'

red 150 ◦ green 84 ◦ blue 82

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

Shades of Copper Rust #965452

Tints of Copper Rust #965452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 47.47%
G = 26.58%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965452 (or 0x965452) is known color: Copper Rust. HEX triplet: 96, 54 and 52. RGB value is (150,84,82). Sum of RGB (Red+Green+Blue) = 150+84+82=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #965452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965452 is #69ABAD. Grayscale: #676767. Windows color (decimal): -6925230 or 5395606. OLE color: 5395606.

HSL color Cylindrical-coordinate representation of color #965452: hue angle of 1.76º 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 #965452 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 82 -
CMYK 0 0.44 0.45 0.41
HSL 1.76º 0.29% 0.45% -
HSV(B) 1.76º 0.45% 0.59% -
XYZ 17.27 13.43 9.67 -
YUV 103.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 150 84 82 0 0.44 0.45 0.41 1.76 0.29 0.45
Hex 96 54 52 0 2C 2D 29 2 1D 2D
Octal 226 124 122 0 54 55 51 2 35 55
Binary 10010110 1010100 1010010 0 101100 101101 101001 10 11101 101101

Color Harmonies of #965452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965452

Black with #965452

Text Example


Text Example

White with #965452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965452; }

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

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

background-color css

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

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

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

border-color css

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

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

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