Html Css Color HEX #856031 Rusty Nail

📋 copy color: '#856031'

red 133 ◦ green 96 ◦ blue 49

#856031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rusty Nail #856031

Tints of Rusty Nail #856031

RGB

 RED value IS 133 (52.34% from 255) = 47.84%

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 47.84%
G = 34.53%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#856031 (or 0x856031) is known color: Rusty Nail. HEX triplet: 85, 60 and 31. RGB value is (133,96,49). Sum of RGB (Red+Green+Blue) = 133+96+49=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #856031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856031 is #7A9FCE. Grayscale: #656565. Windows color (decimal): -8036303 or 3235973. OLE color: 3235973.

HSL color Cylindrical-coordinate representation of color #856031: hue angle of 33.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #856031 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 49 -
CMYK 0 0.28 0.63 0.48
HSL 33.57º 0.46% 0.36% -
HSV(B) 33.57º 0.63% 0.52% -
XYZ 14.41 13.57 4.77 -
YUV 101.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 133 96 49 0 0.28 0.63 0.48 33.57 0.46 0.36
Hex 85 60 31 0 1C 3F 30 22 2E 24
Octal 205 140 61 0 34 77 60 42 56 44
Binary 10000101 1100000 110001 0 11100 111111 110000 100010 101110 100100

Color Harmonies of #856031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856031

Black with #856031

Text Example


Text Example

White with #856031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856031; }

 p { color: rgb(133,96,49); }

 H1.HeaderClassName
 {
   color: #856031;
 }
 .AnyTagClassName
 {
   color: #856031;
 }
</style>

background-color css

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

 a { background-color: rgb(133,96,49); }

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

border-color css

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

 span { border-color: rgb(133,96,49); }

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