Html Css Color HEX #8B5A2E Rusty Nail

📋 copy color: '#8B5A2E'

red 139 ◦ green 90 ◦ blue 46

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

Shades of Rusty Nail #8B5A2E

Tints of Rusty Nail #8B5A2E

RGB

 RED value IS 139 (54.69% from 255) = 50.55%

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 50.55%
G = 32.73%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8B5A2E (or 0x8B5A2E) is known color: Rusty Nail. HEX triplet: 8B, 5A and 2E. RGB value is (139,90,46). Sum of RGB (Red+Green+Blue) = 139+90+46=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A2E is #74A5D1. Grayscale: #636363. Windows color (decimal): -7644626 or 3037835. OLE color: 3037835.

HSL color Cylindrical-coordinate representation of color #8B5A2E: hue angle of 28.39º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B5A2E is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 90 46 -
CMYK 0 0.35 0.67 0.45
HSL 28.39º 0.5% 0.36% -
HSV(B) 28.39º 0.67% 0.55% -
XYZ 14.8 13 4.31 -
YUV 99.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 139 90 46 0 0.35 0.67 0.45 28.39 0.5 0.36
Hex 8B 5A 2E 0 23 43 2D 1C 32 24
Octal 213 132 56 0 43 103 55 34 62 44
Binary 10001011 1011010 101110 0 100011 1000011 101101 11100 110010 100100

Color Harmonies of #8B5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A2E

Black with #8B5A2E

Text Example


Text Example

White with #8B5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B5A2E; }

 p { color: rgb(139,90,46); }

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

background-color css

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

 a { background-color: rgb(139,90,46); }

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

border-color css

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

 span { border-color: rgb(139,90,46); }

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