#786135

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

Shades of Yellow Metal #786135

Tints of Yellow Metal #786135

Color information

#786135 (or 0x786135) is unknown color: approx Yellow Metal. HEX triplet: 78, 61 and 35. RGB value is (120,97,53). Sum of RGB (Red+Green+Blue) = 120+97+53=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #786135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786135 is #879ECA. Grayscale: #636363. Windows color (decimal): -8888011 or 3498360. OLE color: 3498360.

HSL color Cylindrical-coordinate representation of color #786135: hue angle of 39.4º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #786135 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1209753-
CMYK00.190.560.53
HSL39.4º38.73%33.92%-
HSV(B)39.4º55.83%47.06%-
XYZ12.6612.85.17-
YUV98.86102.12143.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=44.44%
G=35.93%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120975300.190.560.5339.438.7333.92
Hex7861350133835272722
Octal170141650237065474742
Binary11110001100001110101010011111000110101100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786135; }

 p { color: rgb(120,97,53); }

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

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

 a { background-color: rgb(120,97,53); }

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

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

 span { border-color: rgb(120,97,53); }

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