Html Css Color HEX #875B30 Rusty Nail

📋 copy color: '#875B30'

red 135 ◦ green 91 ◦ blue 48

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

Shades of Rusty Nail #875B30

Tints of Rusty Nail #875B30

RGB

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

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

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

R = 49.27%
G = 33.21%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875B30 (or 0x875B30) is known color: Rusty Nail. HEX triplet: 87, 5B and 30. RGB value is (135,91,48). Sum of RGB (Red+Green+Blue) = 135+91+48=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #875B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B30 is #78A4CF. Grayscale: #636363. Windows color (decimal): -7906512 or 3169159. OLE color: 3169159.

HSL color Cylindrical-coordinate representation of color #875B30: hue angle of 29.66º 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 #875B30 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 91 48 -
CMYK 0 0.33 0.64 0.47
HSL 29.66º 0.48% 0.36% -
HSV(B) 29.66º 0.64% 0.53% -
XYZ 14.27 12.85 4.52 -
YUV 99.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 135 91 48 0 0.33 0.64 0.47 29.66 0.48 0.36
Hex 87 5B 30 0 21 40 2F 1E 30 24
Octal 207 133 60 0 41 100 57 36 60 44
Binary 10000111 1011011 110000 0 100001 1000000 101111 11110 110000 100100

Color Harmonies of #875B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B30

Black with #875B30

Text Example


Text Example

White with #875B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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