#775E1F

Color #775E1F Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #775E1F

Tints of Yukon Gold #775E1F

Color information

#775E1F (or 0x775E1F) is unknown color: approx Yukon Gold. HEX triplet: 77, 5E and 1F. RGB value is (119,94,31). Sum of RGB (Red+Green+Blue) = 119+94+31=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #775E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E1F is #88A1E0. Grayscale: #5E5E5E. Windows color (decimal): -8954337 or 2055799. OLE color: 2055799.

HSL color Cylindrical-coordinate representation of color #775E1F: hue angle of 42.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #775E1F is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1199431-
CMYK00.210.740.53
HSL42.95º58.67%29.41%-
HSV(B)42.95º73.95%46.67%-
XYZ11.8612.032.99-
YUV94.2992.28145.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=48.77%
G=38.52%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119943100.210.740.5342.9558.6729.41
Hex775E1F0154A352b3b1d
Octal1671363702511265537335
Binary1110111101111011111010101100101011010110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E1F; }

 p { color: rgb(119,94,31); }

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

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

 a { background-color: rgb(119,94,31); }

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

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

 span { border-color: rgb(119,94,31); }

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