#8A783F

Color #8A783F Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #8A783F

Tints of Shadow #8A783F

Color information

#8A783F (or 0x8A783F) is unknown color: approx Shadow. HEX triplet: 8A, 78 and 3F. RGB value is (138,120,63). Sum of RGB (Red+Green+Blue) = 138+120+63=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A783F is #7587C0. Grayscale: #777777. Windows color (decimal): -7702465 or 4159626. OLE color: 4159626.

HSL color Cylindrical-coordinate representation of color #8A783F: hue angle of 45.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A783F is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB13812063-
CMYK00.130.540.46
HSL45.6º37.31%39.41%-
HSV(B)45.6º54.35%54.12%-
XYZ18.0919.27.45-
YUV118.8896.46141.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 63 (25% from 255) = 19.63%
R=42.99%
G=37.38%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381206300.130.540.4645.637.3139.41
Hex8A783F0D362E2e2527
Octal212170770156656564547
Binary10001010111100011111101101110110101110101110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,120,63); }

 H1.HeaderClassName
 {
   color: #8A783F;
 }
 .AnyTagClassName
 {
   color: #8A783F;
 }
</style>
background-color css

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

 a { background-color: rgb(138,120,63); }

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

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

 span { border-color: rgb(138,120,63); }

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