Html Css Color HEX #915453 Copper Rust

📋 copy color: '#915453'

red 145 ◦ green 84 ◦ blue 83

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

Shades of Copper Rust #915453

Tints of Copper Rust #915453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 46.47%
G = 26.92%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#915453 (or 0x915453) is known color: Copper Rust. HEX triplet: 91, 54 and 53. RGB value is (145,84,83). Sum of RGB (Red+Green+Blue) = 145+84+83=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915453 is #6EABAC. Grayscale: #666666. Windows color (decimal): -7252909 or 5461137. OLE color: 5461137.

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

Color convert

RGB 145 84 83 -
CMYK 0 0.42 0.43 0.43
HSL 0.97º 0.27% 0.45% -
HSV(B) 0.97º 0.43% 0.57% -
XYZ 16.41 12.98 9.83 -
YUV 102.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 145 84 83 0 0.42 0.43 0.43 0.97 0.27 0.45
Hex 91 54 53 0 2A 2B 2B 1 1B 2D
Octal 221 124 123 0 52 53 53 1 33 55
Binary 10010001 1010100 1010011 0 101010 101011 101011 1 11011 101101

Color Harmonies of #915453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915453

Black with #915453

Text Example


Text Example

White with #915453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915453; }

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

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

background-color css

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

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

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

border-color css

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

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

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