Html Css Color HEX #915952 Copper Rust

📋 copy color: '#915952'

red 145 ◦ green 89 ◦ blue 82

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

Shades of Copper Rust #915952

Tints of Copper Rust #915952

RGB

 RED value IS 145 (57.03% from 255) = 45.89%

 GREEN value IS 89 (35.16% from 255) = 28.16%

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

R = 45.89%
G = 28.16%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#915952 (or 0x915952) is known color: Copper Rust. HEX triplet: 91, 59 and 52. RGB value is (145,89,82). Sum of RGB (Red+Green+Blue) = 145+89+82=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915952 is #6EA6AD. Grayscale: #696969. Windows color (decimal): -7251630 or 5396881. OLE color: 5396881.

HSL color Cylindrical-coordinate representation of color #915952: hue angle of 6.67º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915952 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 82 -
CMYK 0 0.39 0.43 0.43
HSL 6.67º 0.28% 0.45% -
HSV(B) 6.67º 0.43% 0.57% -
XYZ 16.77 13.77 9.76 -
YUV 104.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 145 89 82 0 0.39 0.43 0.43 6.67 0.28 0.45
Hex 91 59 52 0 27 2B 2B 7 1C 2D
Octal 221 131 122 0 47 53 53 7 34 55
Binary 10010001 1011001 1010010 0 100111 101011 101011 111 11100 101101

Color Harmonies of #915952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915952

Black with #915952

Text Example


Text Example

White with #915952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915952; }

 p { color: rgb(145,89,82); }

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

background-color css

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

 a { background-color: rgb(145,89,82); }

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

border-color css

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

 span { border-color: rgb(145,89,82); }

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