Html Css Color HEX #855E32 Rusty Nail

📋 copy color: '#855E32'

red 133 ◦ green 94 ◦ blue 50

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

Shades of Rusty Nail #855E32

Tints of Rusty Nail #855E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 48.01%
G = 33.94%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855E32 (or 0x855E32) is known color: Rusty Nail. HEX triplet: 85, 5E and 32. RGB value is (133,94,50). Sum of RGB (Red+Green+Blue) = 133+94+50=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E32 is #7AA1CD. Grayscale: #646464. Windows color (decimal): -8036814 or 3300997. OLE color: 3300997.

HSL color Cylindrical-coordinate representation of color #855E32: hue angle of 31.81º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855E32 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 50 -
CMYK 0 0.29 0.62 0.48
HSL 31.81º 0.45% 0.36% -
HSV(B) 31.81º 0.62% 0.52% -
XYZ 14.25 13.22 4.82 -
YUV 100.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 133 94 50 0 0.29 0.62 0.48 31.81 0.45 0.36
Hex 85 5E 32 0 1D 3E 30 20 2D 24
Octal 205 136 62 0 35 76 60 40 55 44
Binary 10000101 1011110 110010 0 11101 111110 110000 100000 101101 100100

Color Harmonies of #855E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E32

Black with #855E32

Text Example


Text Example

White with #855E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,50); }

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

background-color css

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

 a { background-color: rgb(133,94,50); }

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

border-color css

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

 span { border-color: rgb(133,94,50); }

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