#856430

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

Shades of Rusty Nail #856430

Tints of Rusty Nail #856430

Color information

#856430 (or 0x856430) is unknown color: approx Rusty Nail. HEX triplet: 85, 64 and 30. RGB value is (133,100,48). Sum of RGB (Red+Green+Blue) = 133+100+48=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #856430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856430 is #7A9BCF. Grayscale: #686868. Windows color (decimal): -8035280 or 3171461. OLE color: 3171461.

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

Color convert

RGB13310048-
CMYK00.250.640.48
HSL36.71º46.96%35.49%-
HSV(B)36.71º63.91%52.16%-
XYZ14.7614.314.78-
YUV103.9496.43148.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=47.33%
G=35.59%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331004800.250.640.4836.7146.9635.49
Hex8564300194030252f23
Octal2051446003110060455743
Binary1000010111001001100000110011000000110000100101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856430; }

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

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

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

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

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

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

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

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