Html Css Color HEX #925852 Copper Rust

📋 copy color: '#925852'

red 146 ◦ green 88 ◦ blue 82

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

Shades of Copper Rust #925852

Tints of Copper Rust #925852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 46.2%
G = 27.85%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#925852 (or 0x925852) is known color: Copper Rust. HEX triplet: 92, 58 and 52. RGB value is (146,88,82). Sum of RGB (Red+Green+Blue) = 146+88+82=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925852 is #6DA7AD. Grayscale: #686868. Windows color (decimal): -7186350 or 5396626. OLE color: 5396626.

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

Color convert

RGB 146 88 82 -
CMYK 0 0.40 0.44 0.43
HSL 5.63º 0.28% 0.45% -
HSV(B) 5.63º 0.44% 0.57% -
XYZ 16.87 13.7 9.74 -
YUV 104.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 146 88 82 0 0.40 0.44 0.43 5.63 0.28 0.45
Hex 92 58 52 0 28 2C 2B 6 1C 2D
Octal 222 130 122 0 50 54 53 6 34 55
Binary 10010010 1011000 1010010 0 101000 101100 101011 110 11100 101101

Color Harmonies of #925852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925852

Black with #925852

Text Example


Text Example

White with #925852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925852; }

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

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

background-color css

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

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

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

border-color css

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

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

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