Html Css Color HEX #875A2B Rusty Nail

📋 copy color: '#875A2B'

red 135 ◦ green 90 ◦ blue 43

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

Shades of Rusty Nail #875A2B

Tints of Rusty Nail #875A2B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 50.37%
G = 33.58%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#875A2B (or 0x875A2B) is known color: Rusty Nail. HEX triplet: 87, 5A and 2B. RGB value is (135,90,43). Sum of RGB (Red+Green+Blue) = 135+90+43=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A2B is #78A5D4. Grayscale: #626262. Windows color (decimal): -7906773 or 2841223. OLE color: 2841223.

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

Color convert

RGB 135 90 43 -
CMYK 0 0.33 0.68 0.47
HSL 30.65º 0.52% 0.35% -
HSV(B) 30.65º 0.68% 0.53% -
XYZ 14.08 12.64 3.98 -
YUV 98.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 135 90 43 0 0.33 0.68 0.47 30.65 0.52 0.35
Hex 87 5A 2B 0 21 44 2F 1F 34 23
Octal 207 132 53 0 41 104 57 37 64 43
Binary 10000111 1011010 101011 0 100001 1000100 101111 11111 110100 100011

Color Harmonies of #875A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A2B

Black with #875A2B

Text Example


Text Example

White with #875A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,90,43); }

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

background-color css

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

 a { background-color: rgb(135,90,43); }

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

border-color css

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

 span { border-color: rgb(135,90,43); }

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