#775F1D

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

Shades of Yukon Gold #775F1D

Tints of Yukon Gold #775F1D

Color information

#775F1D (or 0x775F1D) is unknown color: approx Yukon Gold. HEX triplet: 77, 5F and 1D. RGB value is (119,95,29). Sum of RGB (Red+Green+Blue) = 119+95+29=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #775F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F1D is #88A0E2. Grayscale: #5E5E5E. Windows color (decimal): -8954083 or 1924983. OLE color: 1924983.

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

Color convert

RGB1199529-
CMYK00.200.760.53
HSL44º60.81%29.02%-
HSV(B)44º75.63%46.67%-
XYZ11.9212.22.89-
YUV94.6590.95145.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=48.97%
G=39.09%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119952900.200.760.534460.8129.02
Hex775F1D0144C352c3d1d
Octal1671373502411465547535
Binary1110111101111111101010100100110011010110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,29); }

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

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

 a { background-color: rgb(119,95,29); }

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

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

 span { border-color: rgb(119,95,29); }

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