#786838

Color #786838 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #786838

Tints of Yellow Metal #786838

Color information

#786838 (or 0x786838) is unknown color: approx Yellow Metal. HEX triplet: 78, 68 and 38. RGB value is (120,104,56). Sum of RGB (Red+Green+Blue) = 120+104+56=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #786838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786838 is #8797C7. Grayscale: #676767. Windows color (decimal): -8886216 or 3696760. OLE color: 3696760.

HSL color Cylindrical-coordinate representation of color #786838: hue angle of 45º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786838 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB12010456-
CMYK00.130.530.53
HSL45º36.36%34.51%-
HSV(B)45º53.33%47.06%-
XYZ13.4114.185.77-
YUV103.31101.3139.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 56 (22.27% from 255) = 20%
R=42.86%
G=37.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201045600.130.530.534536.3634.51
Hex7868380D35352d2423
Octal170150700156565554443
Binary1111000110100011100001101110101110101101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786838; }

 p { color: rgb(120,104,56); }

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

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

 a { background-color: rgb(120,104,56); }

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

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

 span { border-color: rgb(120,104,56); }

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