#856030

Color #856030 Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #856030

Tints of Rusty Nail #856030

Color information

#856030 (or 0x856030) is unknown color: approx Rusty Nail. HEX triplet: 85, 60 and 30. RGB value is (133,96,48). Sum of RGB (Red+Green+Blue) = 133+96+48=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856030 is #7A9FCF. Grayscale: #656565. Windows color (decimal): -8036304 or 3170437. OLE color: 3170437.

HSL color Cylindrical-coordinate representation of color #856030: hue angle of 33.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #856030 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1339648-
CMYK00.280.640.48
HSL33.88º46.96%35.49%-
HSV(B)33.88º63.91%52.16%-
XYZ14.3913.574.66-
YUV101.5997.76150.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=48.01%
G=34.66%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133964800.280.640.4833.8846.9635.49
Hex85603001C4030222f23
Octal2051406003410060425743
Binary1000010111000001100000111001000000110000100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856030; }

 p { color: rgb(133,96,48); }

 H1.HeaderClassName
 {
   color: #856030;
 }
 .AnyTagClassName
 {
   color: #856030;
 }
</style>
background-color css

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

 a { background-color: rgb(133,96,48); }

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

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

 span { border-color: rgb(133,96,48); }

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