Html Css Color HEX #915552 Copper Rust

📋 copy color: '#915552'

red 145 ◦ green 85 ◦ blue 82

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

Shades of Copper Rust #915552

Tints of Copper Rust #915552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 46.47%
G = 27.24%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#915552 (or 0x915552) is known color: Copper Rust. HEX triplet: 91, 55 and 52. RGB value is (145,85,82). Sum of RGB (Red+Green+Blue) = 145+85+82=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915552 is #6EAAAD. Grayscale: #666666. Windows color (decimal): -7252654 or 5395857. OLE color: 5395857.

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

Color convert

RGB 145 85 82 -
CMYK 0 0.41 0.43 0.43
HSL 2.86º 0.28% 0.45% -
HSV(B) 2.86º 0.43% 0.57% -
XYZ 16.45 13.13 9.65 -
YUV 102.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 145 85 82 0 0.41 0.43 0.43 2.86 0.28 0.45
Hex 91 55 52 0 29 2B 2B 3 1C 2D
Octal 221 125 122 0 51 53 53 3 34 55
Binary 10010001 1010101 1010010 0 101001 101011 101011 11 11100 101101

Color Harmonies of #915552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915552

Black with #915552

Text Example


Text Example

White with #915552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915552; }

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

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

background-color css

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

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

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

border-color css

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

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

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