Html Css Color HEX #8E6830 Rusty Nail

📋 copy color: '#8E6830'

red 142 ◦ green 104 ◦ blue 48

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

Shades of Rusty Nail #8E6830

Tints of Rusty Nail #8E6830

RGB

 RED value IS 142 (55.86% from 255) = 48.3%

 GREEN value IS 104 (41.02% from 255) = 35.37%

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

R = 48.3%
G = 35.37%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E6830 (or 0x8E6830) is known color: Rusty Nail. HEX triplet: 8E, 68 and 30. RGB value is (142,104,48). Sum of RGB (Red+Green+Blue) = 142+104+48=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6830 is #7197CF. Grayscale: #6D6D6D. Windows color (decimal): -7444432 or 3172494. OLE color: 3172494.

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

Color convert

RGB 142 104 48 -
CMYK 0 0.27 0.66 0.44
HSL 35.74º 0.49% 0.37% -
HSV(B) 35.74º 0.66% 0.56% -
XYZ 16.64 15.86 4.98 -
YUV 108.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 142 104 48 0 0.27 0.66 0.44 35.74 0.49 0.37
Hex 8E 68 30 0 1B 42 2C 24 31 25
Octal 216 150 60 0 33 102 54 44 61 45
Binary 10001110 1101000 110000 0 11011 1000010 101100 100100 110001 100101

Color Harmonies of #8E6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6830

Black with #8E6830

Text Example


Text Example

White with #8E6830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,104,48); }

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

background-color css

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

 a { background-color: rgb(142,104,48); }

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

border-color css

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

 span { border-color: rgb(142,104,48); }

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