#855A30

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

Shades of Rusty Nail #855A30

Tints of Rusty Nail #855A30

Color information

#855A30 (or 0x855A30) is unknown color: approx Rusty Nail. HEX triplet: 85, 5A and 30. RGB value is (133,90,48). Sum of RGB (Red+Green+Blue) = 133+90+48=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A30 is #7AA5CF. Grayscale: #626262. Windows color (decimal): -8037840 or 3168901. OLE color: 3168901.

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

Color convert

RGB1339048-
CMYK00.320.640.48
HSL29.65º46.96%35.49%-
HSV(B)29.65º63.91%52.16%-
XYZ13.8612.514.48-
YUV98.0799.75152.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=49.08%
G=33.21%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133904800.320.640.4829.6546.9635.49
Hex855A3002040301e2f23
Octal2051326004010060365743
Binary1000010110110101100000100000100000011000011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A30; }

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

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

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

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

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

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

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

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