Html Css Color HEX #875D30 Rusty Nail

📋 copy color: '#875D30'

red 135 ◦ green 93 ◦ blue 48

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

Shades of Rusty Nail #875D30

Tints of Rusty Nail #875D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 48.91%
G = 33.7%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875D30 (or 0x875D30) is known color: Rusty Nail. HEX triplet: 87, 5D and 30. RGB value is (135,93,48). Sum of RGB (Red+Green+Blue) = 135+93+48=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #875D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D30 is #78A2CF. Grayscale: #646464. Windows color (decimal): -7906000 or 3169671. OLE color: 3169671.

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

Color convert

RGB 135 93 48 -
CMYK 0 0.31 0.64 0.47
HSL 31.03º 0.48% 0.36% -
HSV(B) 31.03º 0.64% 0.53% -
XYZ 14.44 13.19 4.58 -
YUV 100.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 135 93 48 0 0.31 0.64 0.47 31.03 0.48 0.36
Hex 87 5D 30 0 1F 40 2F 1F 30 24
Octal 207 135 60 0 37 100 57 37 60 44
Binary 10000111 1011101 110000 0 11111 1000000 101111 11111 110000 100100

Color Harmonies of #875D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D30

Black with #875D30

Text Example


Text Example

White with #875D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,48); }

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

background-color css

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

 a { background-color: rgb(135,93,48); }

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

border-color css

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

 span { border-color: rgb(135,93,48); }

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