Html Css Color HEX #915352 Copper Rust

📋 copy color: '#915352'

red 145 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #915352

Tints of Copper Rust #915352

RGB

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

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

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

R = 46.77%
G = 26.77%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#915352 (or 0x915352) is known color: Copper Rust. HEX triplet: 91, 53 and 52. RGB value is (145,83,82). Sum of RGB (Red+Green+Blue) = 145+83+82=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #915352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915352 is #6EACAD. Grayscale: #656565. Windows color (decimal): -7253166 or 5395345. OLE color: 5395345.

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

Color convert

RGB 145 83 82 -
CMYK 0 0.43 0.43 0.43
HSL 0.95º 0.28% 0.45% -
HSV(B) 0.95º 0.43% 0.57% -
XYZ 16.29 12.82 9.6 -
YUV 101.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 145 83 82 0 0.43 0.43 0.43 0.95 0.28 0.45
Hex 91 53 52 0 2B 2B 2B 1 1C 2D
Octal 221 123 122 0 53 53 53 1 34 55
Binary 10010001 1010011 1010010 0 101011 101011 101011 1 11100 101101

Color Harmonies of #915352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915352

Black with #915352

Text Example


Text Example

White with #915352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915352; }

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

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

background-color css

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

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

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

border-color css

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

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

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