Html Css Color HEX #905852 Copper Rust

📋 copy color: '#905852'

red 144 ◦ green 88 ◦ blue 82

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

Shades of Copper Rust #905852

Tints of Copper Rust #905852

RGB

 RED value IS 144 (56.64% from 255) = 45.86%

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

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

R = 45.86%
G = 28.03%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#905852 (or 0x905852) is known color: Copper Rust. HEX triplet: 90, 58 and 52. RGB value is (144,88,82). Sum of RGB (Red+Green+Blue) = 144+88+82=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #905852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905852 is #6FA7AD. Grayscale: #686868. Windows color (decimal): -7317422 or 5396624. OLE color: 5396624.

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

Color convert

RGB 144 88 82 -
CMYK 0 0.39 0.43 0.44
HSL 5.81º 0.27% 0.44% -
HSV(B) 5.81º 0.43% 0.56% -
XYZ 16.51 13.52 9.72 -
YUV 104.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 144 88 82 0 0.39 0.43 0.44 5.81 0.27 0.44
Hex 90 58 52 0 27 2B 2C 6 1B 2C
Octal 220 130 122 0 47 53 54 6 33 54
Binary 10010000 1011000 1010010 0 100111 101011 101100 110 11011 101100

Color Harmonies of #905852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905852

Black with #905852

Text Example


Text Example

White with #905852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905852; }

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

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

background-color css

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

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

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

border-color css

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

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

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