Html Css Color HEX #925B52 Copper Rust

📋 copy color: '#925B52'

red 146 ◦ green 91 ◦ blue 82

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

Shades of Copper Rust #925B52

Tints of Copper Rust #925B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.53%

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

R = 45.77%
G = 28.53%
B = 25.71%

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

#925B52 (or 0x925B52) is known color: Copper Rust. HEX triplet: 92, 5B and 52. RGB value is (146,91,82). Sum of RGB (Red+Green+Blue) = 146+91+82=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #925B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B52 is #6DA4AD. Grayscale: #6A6A6A. Windows color (decimal): -7185582 or 5397394. OLE color: 5397394.

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

Color convert

RGB 146 91 82 -
CMYK 0 0.38 0.44 0.43
HSL 8.44º 0.28% 0.45% -
HSV(B) 8.44º 0.44% 0.57% -
XYZ 17.12 14.2 9.82 -
YUV 106.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 146 91 82 0 0.38 0.44 0.43 8.44 0.28 0.45
Hex 92 5B 52 0 26 2C 2B 8 1C 2D
Octal 222 133 122 0 46 54 53 10 34 55
Binary 10010010 1011011 1010010 0 100110 101100 101011 1000 11100 101101

Color Harmonies of #925B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B52

Black with #925B52

Text Example


Text Example

White with #925B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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