Html Css Color HEX #855F31 Rusty Nail

📋 copy color: '#855F31'

red 133 ◦ green 95 ◦ blue 49

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

Shades of Rusty Nail #855F31

Tints of Rusty Nail #855F31

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

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

R = 48.01%
G = 34.3%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#855F31 (or 0x855F31) is known color: Rusty Nail. HEX triplet: 85, 5F and 31. RGB value is (133,95,49). Sum of RGB (Red+Green+Blue) = 133+95+49=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F31 is #7AA0CE. Grayscale: #656565. Windows color (decimal): -8036559 or 3235717. OLE color: 3235717.

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

Color convert

RGB 133 95 49 -
CMYK 0 0.29 0.63 0.48
HSL 32.86º 0.46% 0.36% -
HSV(B) 32.86º 0.63% 0.52% -
XYZ 14.32 13.39 4.74 -
YUV 101.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 133 95 49 0 0.29 0.63 0.48 32.86 0.46 0.36
Hex 85 5F 31 0 1D 3F 30 21 2E 24
Octal 205 137 61 0 35 77 60 41 56 44
Binary 10000101 1011111 110001 0 11101 111111 110000 100001 101110 100100

Color Harmonies of #855F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F31

Black with #855F31

Text Example


Text Example

White with #855F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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