Html Css Color HEX #92514D Copper Rust

📋 copy color: '#92514D'

red 146 ◦ green 81 ◦ blue 77

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

Shades of Copper Rust #92514D

Tints of Copper Rust #92514D

RGB

 RED value IS 146 (57.42% from 255) = 48.03%

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 48.03%
G = 26.64%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#92514D (or 0x92514D) is known color: Copper Rust. HEX triplet: 92, 51 and 4D. RGB value is (146,81,77). Sum of RGB (Red+Green+Blue) = 146+81+77=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92514D is #6DAEB2. Grayscale: #646464. Windows color (decimal): -7188147 or 5067154. OLE color: 5067154.

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

Color convert

RGB 146 81 77 -
CMYK 0 0.45 0.47 0.43
HSL 3.48º 0.31% 0.44% -
HSV(B) 3.48º 0.47% 0.57% -
XYZ 16.14 12.53 8.59 -
YUV 99.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 146 81 77 0 0.45 0.47 0.43 3.48 0.31 0.44
Hex 92 51 4D 0 2D 2F 2B 3 1F 2C
Octal 222 121 115 0 55 57 53 3 37 54
Binary 10010010 1010001 1001101 0 101101 101111 101011 11 11111 101100

Color Harmonies of #92514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92514D

Black with #92514D

Text Example


Text Example

White with #92514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92514D; }

 p { color: rgb(146,81,77); }

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

background-color css

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

 a { background-color: rgb(146,81,77); }

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

border-color css

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

 span { border-color: rgb(146,81,77); }

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