Html Css Color HEX #855B33 Rusty Nail

📋 copy color: '#855B33'

red 133 ◦ green 91 ◦ blue 51

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

Shades of Rusty Nail #855B33

Tints of Rusty Nail #855B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 48.36%
G = 33.09%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855B33 (or 0x855B33) is known color: Rusty Nail. HEX triplet: 85, 5B and 33. RGB value is (133,91,51). Sum of RGB (Red+Green+Blue) = 133+91+51=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #855B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B33 is #7AA4CC. Grayscale: #636363. Windows color (decimal): -8037581 or 3365765. OLE color: 3365765.

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

Color convert

RGB 133 91 51 -
CMYK 0 0.32 0.62 0.48
HSL 29.27º 0.45% 0.36% -
HSV(B) 29.27º 0.62% 0.52% -
XYZ 14.01 12.71 4.85 -
YUV 99 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 133 91 51 0 0.32 0.62 0.48 29.27 0.45 0.36
Hex 85 5B 33 0 20 3E 30 1D 2D 24
Octal 205 133 63 0 40 76 60 35 55 44
Binary 10000101 1011011 110011 0 100000 111110 110000 11101 101101 100100

Color Harmonies of #855B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B33

Black with #855B33

Text Example


Text Example

White with #855B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,51); }

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

background-color css

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

 a { background-color: rgb(133,91,51); }

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

border-color css

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

 span { border-color: rgb(133,91,51); }

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