Html Css Color HEX #8B5A2B Rusty Nail

📋 copy color: '#8B5A2B'

red 139 ◦ green 90 ◦ blue 43

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

Shades of Rusty Nail #8B5A2B

Tints of Rusty Nail #8B5A2B

RGB

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

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

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

R = 51.1%
G = 33.09%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B5A2B (or 0x8B5A2B) is known color: Rusty Nail. HEX triplet: 8B, 5A and 2B. RGB value is (139,90,43). Sum of RGB (Red+Green+Blue) = 139+90+43=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A2B is #74A5D4. Grayscale: #636363. Windows color (decimal): -7644629 or 2841227. OLE color: 2841227.

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

Color convert

RGB 139 90 43 -
CMYK 0 0.35 0.69 0.45
HSL 29.38º 0.53% 0.36% -
HSV(B) 29.38º 0.69% 0.55% -
XYZ 14.74 12.98 4.01 -
YUV 99.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 139 90 43 0 0.35 0.69 0.45 29.38 0.53 0.36
Hex 8B 5A 2B 0 23 45 2D 1D 35 24
Octal 213 132 53 0 43 105 55 35 65 44
Binary 10001011 1011010 101011 0 100011 1000101 101101 11101 110101 100100

Color Harmonies of #8B5A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A2B

Black with #8B5A2B

Text Example


Text Example

White with #8B5A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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