Html Css Color HEX #855E2F Rusty Nail

📋 copy color: '#855E2F'

red 133 ◦ green 94 ◦ blue 47

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

Shades of Rusty Nail #855E2F

Tints of Rusty Nail #855E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 48.54%
G = 34.31%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#855E2F (or 0x855E2F) is known color: Rusty Nail. HEX triplet: 85, 5E and 2F. RGB value is (133,94,47). Sum of RGB (Red+Green+Blue) = 133+94+47=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E2F is #7AA1D0. Grayscale: #646464. Windows color (decimal): -8036817 or 3104389. OLE color: 3104389.

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

Color convert

RGB 133 94 47 -
CMYK 0 0.29 0.65 0.48
HSL 32.79º 0.48% 0.35% -
HSV(B) 32.79º 0.65% 0.52% -
XYZ 14.19 13.2 4.49 -
YUV 100.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 133 94 47 0 0.29 0.65 0.48 32.79 0.48 0.35
Hex 85 5E 2F 0 1D 41 30 21 30 23
Octal 205 136 57 0 35 101 60 41 60 43
Binary 10000101 1011110 101111 0 11101 1000001 110000 100001 110000 100011

Color Harmonies of #855E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E2F

Black with #855E2F

Text Example


Text Example

White with #855E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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