Html Css Color HEX #855933 Rusty Nail

📋 copy color: '#855933'

red 133 ◦ green 89 ◦ blue 51

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

Shades of Rusty Nail #855933

Tints of Rusty Nail #855933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

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

R = 48.72%
G = 32.6%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855933 (or 0x855933) is known color: Rusty Nail. HEX triplet: 85, 59 and 33. RGB value is (133,89,51). Sum of RGB (Red+Green+Blue) = 133+89+51=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855933 is #7AA6CC. Grayscale: #626262. Windows color (decimal): -8038093 or 3365253. OLE color: 3365253.

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

Color convert

RGB 133 89 51 -
CMYK 0 0.33 0.62 0.48
HSL 27.8º 0.45% 0.36% -
HSV(B) 27.8º 0.62% 0.52% -
XYZ 13.84 12.37 4.79 -
YUV 97.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 133 89 51 0 0.33 0.62 0.48 27.8 0.45 0.36
Hex 85 59 33 0 21 3E 30 1C 2D 24
Octal 205 131 63 0 41 76 60 34 55 44
Binary 10000101 1011001 110011 0 100001 111110 110000 11100 101101 100100

Color Harmonies of #855933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855933

Black with #855933

Text Example


Text Example

White with #855933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855933; }

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

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

background-color css

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

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

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

border-color css

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

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

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