Html Css Color HEX #8B5D2D Rusty Nail

📋 copy color: '#8B5D2D'

red 139 ◦ green 93 ◦ blue 45

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

Shades of Rusty Nail #8B5D2D

Tints of Rusty Nail #8B5D2D

RGB

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

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

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

R = 50.18%
G = 33.57%
B = 16.25%

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

#8B5D2D (or 0x8B5D2D) is known color: Rusty Nail. HEX triplet: 8B, 5D and 2D. RGB value is (139,93,45). Sum of RGB (Red+Green+Blue) = 139+93+45=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D2D is #74A2D2. Grayscale: #656565. Windows color (decimal): -7643859 or 2973067. OLE color: 2973067.

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

Color convert

RGB 139 93 45 -
CMYK 0 0.33 0.68 0.45
HSL 30.64º 0.51% 0.36% -
HSV(B) 30.64º 0.68% 0.55% -
XYZ 15.04 13.51 4.3 -
YUV 101.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 139 93 45 0 0.33 0.68 0.45 30.64 0.51 0.36
Hex 8B 5D 2D 0 21 44 2D 1F 33 24
Octal 213 135 55 0 41 104 55 37 63 44
Binary 10001011 1011101 101101 0 100001 1000100 101101 11111 110011 100100

Color Harmonies of #8B5D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D2D

Black with #8B5D2D

Text Example


Text Example

White with #8B5D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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