Html Css Color HEX #8B5E30 Rusty Nail

📋 copy color: '#8B5E30'

red 139 ◦ green 94 ◦ blue 48

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

Shades of Rusty Nail #8B5E30

Tints of Rusty Nail #8B5E30

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.45%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 49.47%
G = 33.45%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B5E30 (or 0x8B5E30) is known color: Rusty Nail. HEX triplet: 8B, 5E and 30. RGB value is (139,94,48). Sum of RGB (Red+Green+Blue) = 139+94+48=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E30 is #74A1CF. Grayscale: #666666. Windows color (decimal): -7643600 or 3169931. OLE color: 3169931.

HSL color Cylindrical-coordinate representation of color #8B5E30: hue angle of 30.33º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B5E30 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 94 48 -
CMYK 0 0.32 0.65 0.45
HSL 30.33º 0.49% 0.37% -
HSV(B) 30.33º 0.65% 0.55% -
XYZ 15.18 13.71 4.64 -
YUV 102.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 139 94 48 0 0.32 0.65 0.45 30.33 0.49 0.37
Hex 8B 5E 30 0 20 41 2D 1E 31 25
Octal 213 136 60 0 40 101 55 36 61 45
Binary 10001011 1011110 110000 0 100000 1000001 101101 11110 110001 100101

Color Harmonies of #8B5E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E30

Black with #8B5E30

Text Example


Text Example

White with #8B5E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,48); }

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

background-color css

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

 a { background-color: rgb(139,94,48); }

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

border-color css

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

 span { border-color: rgb(139,94,48); }

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