Html Css Color HEX #925A52 Copper Rust

📋 copy color: '#925A52'

red 146 ◦ green 90 ◦ blue 82

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

Shades of Copper Rust #925A52

Tints of Copper Rust #925A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 45.91%
G = 28.3%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#925A52 (or 0x925A52) is known color: Copper Rust. HEX triplet: 92, 5A and 52. RGB value is (146,90,82). Sum of RGB (Red+Green+Blue) = 146+90+82=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #925A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A52 is #6DA5AD. Grayscale: #696969. Windows color (decimal): -7185838 or 5397138. OLE color: 5397138.

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

Color convert

RGB 146 90 82 -
CMYK 0 0.38 0.44 0.43
HSL 7.5º 0.28% 0.45% -
HSV(B) 7.5º 0.44% 0.57% -
XYZ 17.03 14.03 9.79 -
YUV 105.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 146 90 82 0 0.38 0.44 0.43 7.5 0.28 0.45
Hex 92 5A 52 0 26 2C 2B 8 1C 2D
Octal 222 132 122 0 46 54 53 10 34 55
Binary 10010010 1011010 1010010 0 100110 101100 101011 1000 11100 101101

Color Harmonies of #925A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A52

Black with #925A52

Text Example


Text Example

White with #925A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925A52; }

 p { color: rgb(146,90,82); }

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

background-color css

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

 a { background-color: rgb(146,90,82); }

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

border-color css

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

 span { border-color: rgb(146,90,82); }

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