Html Css Color HEX #925251 Copper Rust

📋 copy color: '#925251'

red 146 ◦ green 82 ◦ blue 81

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

Shades of Copper Rust #925251

Tints of Copper Rust #925251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 81 (32.03% from 255) = 26.21%

R = 47.25%
G = 26.54%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#925251 (or 0x925251) is known color: Copper Rust. HEX triplet: 92, 52 and 51. RGB value is (146,82,81). Sum of RGB (Red+Green+Blue) = 146+82+81=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #925251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925251 is #6DADAE. Grayscale: #656565. Windows color (decimal): -7187887 or 5329554. OLE color: 5329554.

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

Color convert

RGB 146 82 81 -
CMYK 0 0.44 0.45 0.43
HSL 0.92º 0.29% 0.45% -
HSV(B) 0.92º 0.45% 0.57% -
XYZ 16.36 12.74 9.38 -
YUV 101.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 146 82 81 0 0.44 0.45 0.43 0.92 0.29 0.45
Hex 92 52 51 0 2C 2D 2B 1 1D 2D
Octal 222 122 121 0 54 55 53 1 35 55
Binary 10010010 1010010 1010001 0 101100 101101 101011 1 11101 101101

Color Harmonies of #925251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925251

Black with #925251

Text Example


Text Example

White with #925251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925251; }

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

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

background-color css

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

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

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

border-color css

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

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

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