Html Css Color HEX #875B32 Rusty Nail

📋 copy color: '#875B32'

red 135 ◦ green 91 ◦ blue 50

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

Shades of Rusty Nail #875B32

Tints of Rusty Nail #875B32

RGB

 RED value IS 135 (53.13% from 255) = 48.91%

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

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

R = 48.91%
G = 32.97%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#875B32 (or 0x875B32) is known color: Rusty Nail. HEX triplet: 87, 5B and 32. RGB value is (135,91,50). Sum of RGB (Red+Green+Blue) = 135+91+50=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #875B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B32 is #78A4CD. Grayscale: #636363. Windows color (decimal): -7906510 or 3300231. OLE color: 3300231.

HSL color Cylindrical-coordinate representation of color #875B32: hue angle of 28.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875B32 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 91 50 -
CMYK 0 0.33 0.63 0.47
HSL 28.94º 0.46% 0.36% -
HSV(B) 28.94º 0.63% 0.53% -
XYZ 14.31 12.86 4.75 -
YUV 99.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 135 91 50 0 0.33 0.63 0.47 28.94 0.46 0.36
Hex 87 5B 32 0 21 3F 2F 1D 2E 24
Octal 207 133 62 0 41 77 57 35 56 44
Binary 10000111 1011011 110010 0 100001 111111 101111 11101 101110 100100

Color Harmonies of #875B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B32

Black with #875B32

Text Example


Text Example

White with #875B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875B32; }

 p { color: rgb(135,91,50); }

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

background-color css

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

 a { background-color: rgb(135,91,50); }

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

border-color css

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

 span { border-color: rgb(135,91,50); }

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