Html Css Color HEX #855A33 Rusty Nail

📋 copy color: '#855A33'

red 133 ◦ green 90 ◦ blue 51

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

Shades of Rusty Nail #855A33

Tints of Rusty Nail #855A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 48.54%
G = 32.85%
B = 18.61%

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

#855A33 (or 0x855A33) is known color: Rusty Nail. HEX triplet: 85, 5A and 33. RGB value is (133,90,51). Sum of RGB (Red+Green+Blue) = 133+90+51=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A33 is #7AA5CC. Grayscale: #626262. Windows color (decimal): -8037837 or 3365509. OLE color: 3365509.

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

Color convert

RGB 133 90 51 -
CMYK 0 0.32 0.62 0.48
HSL 28.54º 0.45% 0.36% -
HSV(B) 28.54º 0.62% 0.52% -
XYZ 13.93 12.54 4.82 -
YUV 98.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 133 90 51 0 0.32 0.62 0.48 28.54 0.45 0.36
Hex 85 5A 33 0 20 3E 30 1D 2D 24
Octal 205 132 63 0 40 76 60 35 55 44
Binary 10000101 1011010 110011 0 100000 111110 110000 11101 101101 100100

Color Harmonies of #855A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A33

Black with #855A33

Text Example


Text Example

White with #855A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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