#85662f

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

Shades of Rusty Nail #85662F

Tints of Rusty Nail #85662F

Color information

#85662F (or 0x85662F) is unknown color: approx Rusty Nail. HEX triplet: 85, 66 and 2F. RGB value is (133,102,47). Sum of RGB (Red+Green+Blue) = 133+102+47=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85662F is #7A99D0. Grayscale: #696969. Windows color (decimal): -8034769 or 3106437. OLE color: 3106437.

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

Color convert

RGB13310247-
CMYK00.230.650.48
HSL38.37º47.78%35.29%-
HSV(B)38.37º64.66%52.16%-
XYZ14.9414.694.74-
YUV10595.27147.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=47.16%
G=36.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331024700.230.650.4838.3747.7835.29
Hex85662F0174130263023
Octal2051465702710160466043
Binary1000010111001101011110101111000001110000100110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85662f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85662f; }

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

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

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

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

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

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

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

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