Html Css Color HEX #855C31 Rusty Nail

📋 copy color: '#855C31'

red 133 ◦ green 92 ◦ blue 49

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

Shades of Rusty Nail #855C31

Tints of Rusty Nail #855C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.58%

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

R = 48.54%
G = 33.58%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#855C31 (or 0x855C31) is known color: Rusty Nail. HEX triplet: 85, 5C and 31. RGB value is (133,92,49). Sum of RGB (Red+Green+Blue) = 133+92+49=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C31 is #7AA3CE. Grayscale: #636363. Windows color (decimal): -8037327 or 3234949. OLE color: 3234949.

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

Color convert

RGB 133 92 49 -
CMYK 0 0.31 0.63 0.48
HSL 30.71º 0.46% 0.36% -
HSV(B) 30.71º 0.63% 0.52% -
XYZ 14.05 12.86 4.65 -
YUV 99.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 133 92 49 0 0.31 0.63 0.48 30.71 0.46 0.36
Hex 85 5C 31 0 1F 3F 30 1F 2E 24
Octal 205 134 61 0 37 77 60 37 56 44
Binary 10000101 1011100 110001 0 11111 111111 110000 11111 101110 100100

Color Harmonies of #855C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C31

Black with #855C31

Text Example


Text Example

White with #855C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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