Html Css Color HEX #915853 Copper Rust

📋 copy color: '#915853'

red 145 ◦ green 88 ◦ blue 83

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

Shades of Copper Rust #915853

Tints of Copper Rust #915853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 45.89%
G = 27.85%
B = 26.27%

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

#915853 (or 0x915853) is known color: Copper Rust. HEX triplet: 91, 58 and 53. RGB value is (145,88,83). Sum of RGB (Red+Green+Blue) = 145+88+83=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915853 is #6EA7AC. Grayscale: #686868. Windows color (decimal): -7251885 or 5462161. OLE color: 5462161.

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

Color convert

RGB 145 88 83 -
CMYK 0 0.39 0.43 0.43
HSL 4.84º 0.27% 0.45% -
HSV(B) 4.84º 0.43% 0.57% -
XYZ 16.73 13.62 9.93 -
YUV 104.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 145 88 83 0 0.39 0.43 0.43 4.84 0.27 0.45
Hex 91 58 53 0 27 2B 2B 5 1B 2D
Octal 221 130 123 0 47 53 53 5 33 55
Binary 10010001 1011000 1010011 0 100111 101011 101011 101 11011 101101

Color Harmonies of #915853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915853

Black with #915853

Text Example


Text Example

White with #915853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915853; }

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

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

background-color css

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

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

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

border-color css

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

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

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