Html Css Color HEX #856331 Rusty Nail

📋 copy color: '#856331'

red 133 ◦ green 99 ◦ blue 49

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

Shades of Rusty Nail #856331

Tints of Rusty Nail #856331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 47.33%
G = 35.23%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#856331 (or 0x856331) is known color: Rusty Nail. HEX triplet: 85, 63 and 31. RGB value is (133,99,49). Sum of RGB (Red+Green+Blue) = 133+99+49=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #856331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856331 is #7A9CCE. Grayscale: #676767. Windows color (decimal): -8035535 or 3236741. OLE color: 3236741.

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

Color convert

RGB 133 99 49 -
CMYK 0 0.26 0.63 0.48
HSL 35.71º 0.46% 0.36% -
HSV(B) 35.71º 0.63% 0.52% -
XYZ 14.69 14.13 4.86 -
YUV 103.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 133 99 49 0 0.26 0.63 0.48 35.71 0.46 0.36
Hex 85 63 31 0 1A 3F 30 24 2E 24
Octal 205 143 61 0 32 77 60 44 56 44
Binary 10000101 1100011 110001 0 11010 111111 110000 100100 101110 100100

Color Harmonies of #856331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856331

Black with #856331

Text Example


Text Example

White with #856331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856331; }

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

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

background-color css

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

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

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

border-color css

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

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

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