Html Css Color HEX #92514B Copper Rust

📋 copy color: '#92514B'

red 146 ◦ green 81 ◦ blue 75

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

Shades of Copper Rust #92514B

Tints of Copper Rust #92514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 48.34%
G = 26.82%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#92514B (or 0x92514B) is known color: Copper Rust. HEX triplet: 92, 51 and 4B. RGB value is (146,81,75). Sum of RGB (Red+Green+Blue) = 146+81+75=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92514B is #6DAEB4. Grayscale: #636363. Windows color (decimal): -7188149 or 4936082. OLE color: 4936082.

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

Color convert

RGB 146 81 75 -
CMYK 0 0.45 0.49 0.43
HSL 5.07º 0.32% 0.43% -
HSV(B) 5.07º 0.49% 0.57% -
XYZ 16.07 12.5 8.22 -
YUV 99.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 146 81 75 0 0.45 0.49 0.43 5.07 0.32 0.43
Hex 92 51 4B 0 2D 31 2B 5 20 2B
Octal 222 121 113 0 55 61 53 5 40 53
Binary 10010010 1010001 1001011 0 101101 110001 101011 101 100000 101011

Color Harmonies of #92514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92514B

Black with #92514B

Text Example


Text Example

White with #92514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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