Html Css Color HEX #8B5A2D Rusty Nail

📋 copy color: '#8B5A2D'

red 139 ◦ green 90 ◦ blue 45

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

Shades of Rusty Nail #8B5A2D

Tints of Rusty Nail #8B5A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 50.73%
G = 32.85%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B5A2D (or 0x8B5A2D) is known color: Rusty Nail. HEX triplet: 8B, 5A and 2D. RGB value is (139,90,45). Sum of RGB (Red+Green+Blue) = 139+90+45=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A2D is #74A5D2. Grayscale: #636363. Windows color (decimal): -7644627 or 2972299. OLE color: 2972299.

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

Color convert

RGB 139 90 45 -
CMYK 0 0.35 0.68 0.45
HSL 28.72º 0.51% 0.36% -
HSV(B) 28.72º 0.68% 0.55% -
XYZ 14.78 12.99 4.21 -
YUV 99.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 139 90 45 0 0.35 0.68 0.45 28.72 0.51 0.36
Hex 8B 5A 2D 0 23 44 2D 1D 33 24
Octal 213 132 55 0 43 104 55 35 63 44
Binary 10001011 1011010 101101 0 100011 1000100 101101 11101 110011 100100

Color Harmonies of #8B5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A2D

Black with #8B5A2D

Text Example


Text Example

White with #8B5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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