Html Css Color HEX #92534D Copper Rust

📋 copy color: '#92534D'

red 146 ◦ green 83 ◦ blue 77

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

Shades of Copper Rust #92534D

Tints of Copper Rust #92534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 47.71%
G = 27.12%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#92534D (or 0x92534D) is known color: Copper Rust. HEX triplet: 92, 53 and 4D. RGB value is (146,83,77). Sum of RGB (Red+Green+Blue) = 146+83+77=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92534D is #6DACB2. Grayscale: #656565. Windows color (decimal): -7187635 or 5067666. OLE color: 5067666.

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

Color convert

RGB 146 83 77 -
CMYK 0 0.43 0.47 0.43
HSL 5.22º 0.31% 0.44% -
HSV(B) 5.22º 0.47% 0.57% -
XYZ 16.29 12.83 8.64 -
YUV 101.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 146 83 77 0 0.43 0.47 0.43 5.22 0.31 0.44
Hex 92 53 4D 0 2B 2F 2B 5 1F 2C
Octal 222 123 115 0 53 57 53 5 37 54
Binary 10010010 1010011 1001101 0 101011 101111 101011 101 11111 101100

Color Harmonies of #92534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92534D

Black with #92534D

Text Example


Text Example

White with #92534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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