Html Css Color HEX #8D5830 Rusty Nail

📋 copy color: '#8D5830'

red 141 ◦ green 88 ◦ blue 48

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

Shades of Rusty Nail #8D5830

Tints of Rusty Nail #8D5830

RGB

 RED value IS 141 (55.47% from 255) = 50.9%

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 50.9%
G = 31.77%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8D5830 (or 0x8D5830) is known color: Rusty Nail. HEX triplet: 8D, 58 and 30. RGB value is (141,88,48). Sum of RGB (Red+Green+Blue) = 141+88+48=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5830 is #72A7CF. Grayscale: #636363. Windows color (decimal): -7514064 or 3168397. OLE color: 3168397.

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

Color convert

RGB 141 88 48 -
CMYK 0 0.38 0.66 0.45
HSL 25.81º 0.49% 0.37% -
HSV(B) 25.81º 0.66% 0.55% -
XYZ 15.01 12.86 4.49 -
YUV 99.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 141 88 48 0 0.38 0.66 0.45 25.81 0.49 0.37
Hex 8D 58 30 0 26 42 2D 1A 31 25
Octal 215 130 60 0 46 102 55 32 61 45
Binary 10001101 1011000 110000 0 100110 1000010 101101 11010 110001 100101

Color Harmonies of #8D5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5830

Black with #8D5830

Text Example


Text Example

White with #8D5830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,48); }

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

background-color css

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

 a { background-color: rgb(141,88,48); }

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

border-color css

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

 span { border-color: rgb(141,88,48); }

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