Html Css Color HEX #915250 Copper Rust

📋 copy color: '#915250'

red 145 ◦ green 82 ◦ blue 80

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

Shades of Copper Rust #915250

Tints of Copper Rust #915250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 47.23%
G = 26.71%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#915250 (or 0x915250) is known color: Copper Rust. HEX triplet: 91, 52 and 50. RGB value is (145,82,80). Sum of RGB (Red+Green+Blue) = 145+82+80=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #915250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915250 is #6EADAF. Grayscale: #646464. Windows color (decimal): -7253424 or 5264017. OLE color: 5264017.

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

Color convert

RGB 145 82 80 -
CMYK 0 0.43 0.45 0.43
HSL 1.85º 0.29% 0.44% -
HSV(B) 1.85º 0.45% 0.57% -
XYZ 16.14 12.63 9.18 -
YUV 100.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 145 82 80 0 0.43 0.45 0.43 1.85 0.29 0.44
Hex 91 52 50 0 2B 2D 2B 2 1D 2C
Octal 221 122 120 0 53 55 53 2 35 54
Binary 10010001 1010010 1010000 0 101011 101101 101011 10 11101 101100

Color Harmonies of #915250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915250

Black with #915250

Text Example


Text Example

White with #915250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915250; }

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

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

background-color css

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

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

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

border-color css

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

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

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