#855B30

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

Shades of Rusty Nail #855B30

Tints of Rusty Nail #855B30

Color information

#855B30 (or 0x855B30) is unknown color: approx Rusty Nail. HEX triplet: 85, 5B and 30. RGB value is (133,91,48). Sum of RGB (Red+Green+Blue) = 133+91+48=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B30 is #7AA4CF. Grayscale: #626262. Windows color (decimal): -8037584 or 3169157. OLE color: 3169157.

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

Color convert

RGB1339148-
CMYK00.320.640.48
HSL30.35º46.96%35.49%-
HSV(B)30.35º63.91%52.16%-
XYZ13.9512.684.51-
YUV98.6699.41152.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 48 (19.14% from 255) = 17.65%
R=48.90%
G=33.46%
B=17.65%

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
Decimal133914800.320.640.4830.3546.9635.49
Hex855B3002040301e2f23
Octal2051336004010060365743
Binary1000010110110111100000100000100000011000011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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