Html Css Color HEX #875B2C Rusty Nail

📋 copy color: '#875B2C'

red 135 ◦ green 91 ◦ blue 44

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

Shades of Rusty Nail #875B2C

Tints of Rusty Nail #875B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 50%
G = 33.7%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#875B2C (or 0x875B2C) is known color: Rusty Nail. HEX triplet: 87, 5B and 2C. RGB value is (135,91,44). Sum of RGB (Red+Green+Blue) = 135+91+44=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #875B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B2C is #78A4D3. Grayscale: #636363. Windows color (decimal): -7906516 or 2907015. OLE color: 2907015.

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

Color convert

RGB 135 91 44 -
CMYK 0 0.33 0.67 0.47
HSL 30.99º 0.51% 0.35% -
HSV(B) 30.99º 0.67% 0.53% -
XYZ 14.19 12.81 4.11 -
YUV 98.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 135 91 44 0 0.33 0.67 0.47 30.99 0.51 0.35
Hex 87 5B 2C 0 21 43 2F 1F 33 23
Octal 207 133 54 0 41 103 57 37 63 43
Binary 10000111 1011011 101100 0 100001 1000011 101111 11111 110011 100011

Color Harmonies of #875B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B2C

Black with #875B2C

Text Example


Text Example

White with #875B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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