#775D1E

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

Shades of Yukon Gold #775D1E

Tints of Yukon Gold #775D1E

Color information

#775D1E (or 0x775D1E) is unknown color: approx Yukon Gold. HEX triplet: 77, 5D and 1E. RGB value is (119,93,30). Sum of RGB (Red+Green+Blue) = 119+93+30=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #775D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D1E is #88A2E1. Grayscale: #5D5D5D. Windows color (decimal): -8954594 or 1990007. OLE color: 1990007.

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

Color convert

RGB1199330-
CMYK00.220.750.53
HSL42.47º59.73%29.22%-
HSV(B)42.47º74.79%46.67%-
XYZ11.7611.842.89-
YUV93.5992.11146.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=49.17%
G=38.43%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119933000.220.750.5342.4759.7329.22
Hex775D1E0164B352a3c1d
Octal1671353602611365527435
Binary1110111101110111110010110100101111010110101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,30); }

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

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

 a { background-color: rgb(119,93,30); }

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

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

 span { border-color: rgb(119,93,30); }

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