Html Css Color HEX #855F32 Rusty Nail

📋 copy color: '#855F32'

red 133 ◦ green 95 ◦ blue 50

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

Shades of Rusty Nail #855F32

Tints of Rusty Nail #855F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.17%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 47.84%
G = 34.17%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855F32 (or 0x855F32) is known color: Rusty Nail. HEX triplet: 85, 5F and 32. RGB value is (133,95,50). Sum of RGB (Red+Green+Blue) = 133+95+50=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F32 is #7AA0CD. Grayscale: #656565. Windows color (decimal): -8036558 or 3301253. OLE color: 3301253.

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

Color convert

RGB 133 95 50 -
CMYK 0 0.29 0.62 0.48
HSL 32.53º 0.45% 0.36% -
HSV(B) 32.53º 0.62% 0.52% -
XYZ 14.34 13.4 4.85 -
YUV 101.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 133 95 50 0 0.29 0.62 0.48 32.53 0.45 0.36
Hex 85 5F 32 0 1D 3E 30 21 2D 24
Octal 205 137 62 0 35 76 60 41 55 44
Binary 10000101 1011111 110010 0 11101 111110 110000 100001 101101 100100

Color Harmonies of #855F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F32

Black with #855F32

Text Example


Text Example

White with #855F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,95,50); }

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

background-color css

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

 a { background-color: rgb(133,95,50); }

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

border-color css

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

 span { border-color: rgb(133,95,50); }

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