Html Css Color HEX #875730 Rusty Nail

📋 copy color: '#875730'

red 135 ◦ green 87 ◦ blue 48

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

Shades of Rusty Nail #875730

Tints of Rusty Nail #875730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 50%
G = 32.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875730 (or 0x875730) is known color: Rusty Nail. HEX triplet: 87, 57 and 30. RGB value is (135,87,48). Sum of RGB (Red+Green+Blue) = 135+87+48=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #875730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875730 is #78A8CF. Grayscale: #616161. Windows color (decimal): -7907536 or 3168135. OLE color: 3168135.

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

Color convert

RGB 135 87 48 -
CMYK 0 0.36 0.64 0.47
HSL 26.9º 0.48% 0.36% -
HSV(B) 26.9º 0.64% 0.53% -
XYZ 13.93 12.18 4.41 -
YUV 96.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 135 87 48 0 0.36 0.64 0.47 26.9 0.48 0.36
Hex 87 57 30 0 24 40 2F 1B 30 24
Octal 207 127 60 0 44 100 57 33 60 44
Binary 10000111 1010111 110000 0 100100 1000000 101111 11011 110000 100100

Color Harmonies of #875730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875730

Black with #875730

Text Example


Text Example

White with #875730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875730; }

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

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

background-color css

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

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

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

border-color css

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

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

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