#856630

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

Shades of Rusty Nail #856630

Tints of Rusty Nail #856630

Color information

#856630 (or 0x856630) is unknown color: approx Rusty Nail. HEX triplet: 85, 66 and 30. RGB value is (133,102,48). Sum of RGB (Red+Green+Blue) = 133+102+48=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #856630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856630 is #7A99CF. Grayscale: #696969. Windows color (decimal): -8034768 or 3171973. OLE color: 3171973.

HSL color Cylindrical-coordinate representation of color #856630: hue angle of 38.12º 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 #856630 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13310248-
CMYK00.230.640.48
HSL38.12º46.96%35.49%-
HSV(B)38.12º63.91%52.16%-
XYZ14.9614.74.85-
YUV105.1195.77147.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=47.00%
G=36.04%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331024800.230.640.4838.1246.9635.49
Hex8566300174030262f23
Octal2051466002710060465743
Binary1000010111001101100000101111000000110000100110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856630; }

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

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

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

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

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

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

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

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