Html Css Color HEX #925652 Copper Rust

📋 copy color: '#925652'

red 146 ◦ green 86 ◦ blue 82

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

Shades of Copper Rust #925652

Tints of Copper Rust #925652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 46.5%
G = 27.39%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#925652 (or 0x925652) is known color: Copper Rust. HEX triplet: 92, 56 and 52. RGB value is (146,86,82). Sum of RGB (Red+Green+Blue) = 146+86+82=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #925652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925652 is #6DA9AD. Grayscale: #676767. Windows color (decimal): -7186862 or 5396114. OLE color: 5396114.

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

Color convert

RGB 146 86 82 -
CMYK 0 0.41 0.44 0.43
HSL 3.75º 0.28% 0.45% -
HSV(B) 3.75º 0.44% 0.57% -
XYZ 16.7 13.38 9.68 -
YUV 103.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 146 86 82 0 0.41 0.44 0.43 3.75 0.28 0.45
Hex 92 56 52 0 29 2C 2B 4 1C 2D
Octal 222 126 122 0 51 54 53 4 34 55
Binary 10010010 1010110 1010010 0 101001 101100 101011 100 11100 101101

Color Harmonies of #925652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925652

Black with #925652

Text Example


Text Example

White with #925652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925652; }

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

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

background-color css

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

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

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

border-color css

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

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

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