Html Css Color HEX #8B5D2C Rusty Nail

📋 copy color: '#8B5D2C'

red 139 ◦ green 93 ◦ blue 44

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

Shades of Rusty Nail #8B5D2C

Tints of Rusty Nail #8B5D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

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

R = 50.36%
G = 33.7%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B5D2C (or 0x8B5D2C) is known color: Rusty Nail. HEX triplet: 8B, 5D and 2C. RGB value is (139,93,44). Sum of RGB (Red+Green+Blue) = 139+93+44=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D2C is #74A2D3. Grayscale: #656565. Windows color (decimal): -7643860 or 2907531. OLE color: 2907531.

HSL color Cylindrical-coordinate representation of color #8B5D2C: hue angle of 30.95º degrees, saturation: 0.52, 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 #8B5D2C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 93 44 -
CMYK 0 0.33 0.68 0.45
HSL 30.95º 0.52% 0.36% -
HSV(B) 30.95º 0.68% 0.55% -
XYZ 15.02 13.5 4.2 -
YUV 101.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 139 93 44 0 0.33 0.68 0.45 30.95 0.52 0.36
Hex 8B 5D 2C 0 21 44 2D 1F 34 24
Octal 213 135 54 0 41 104 55 37 64 44
Binary 10001011 1011101 101100 0 100001 1000100 101101 11111 110100 100100

Color Harmonies of #8B5D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D2C

Black with #8B5D2C

Text Example


Text Example

White with #8B5D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,44); }

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

background-color css

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

 a { background-color: rgb(139,93,44); }

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

border-color css

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

 span { border-color: rgb(139,93,44); }

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