Html Css Color HEX #855D2F Rusty Nail

📋 copy color: '#855D2F'

red 133 ◦ green 93 ◦ blue 47

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

Shades of Rusty Nail #855D2F

Tints of Rusty Nail #855D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

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

R = 48.72%
G = 34.07%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#855D2F (or 0x855D2F) is known color: Rusty Nail. HEX triplet: 85, 5D and 2F. RGB value is (133,93,47). Sum of RGB (Red+Green+Blue) = 133+93+47=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D2F is #7AA2D0. Grayscale: #636363. Windows color (decimal): -8037073 or 3104133. OLE color: 3104133.

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

Color convert

RGB 133 93 47 -
CMYK 0 0.30 0.65 0.48
HSL 32.09º 0.48% 0.35% -
HSV(B) 32.09º 0.65% 0.52% -
XYZ 14.1 13.02 4.46 -
YUV 99.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 133 93 47 0 0.30 0.65 0.48 32.09 0.48 0.35
Hex 85 5D 2F 0 1E 41 30 20 30 23
Octal 205 135 57 0 36 101 60 40 60 43
Binary 10000101 1011101 101111 0 11110 1000001 110000 100000 110000 100011

Color Harmonies of #855D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D2F

Black with #855D2F

Text Example


Text Example

White with #855D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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