#775E21

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

Shades of Yukon Gold #775E21

Tints of Yukon Gold #775E21

Color information

#775E21 (or 0x775E21) is unknown color: approx Yukon Gold. HEX triplet: 77, 5E and 21. RGB value is (119,94,33). Sum of RGB (Red+Green+Blue) = 119+94+33=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #775E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E21 is #88A1DE. Grayscale: #5E5E5E. Windows color (decimal): -8954335 or 2186871. OLE color: 2186871.

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

Color convert

RGB1199433-
CMYK00.210.720.53
HSL42.56º56.58%29.8%-
HSV(B)42.56º72.27%46.67%-
XYZ11.8812.043.14-
YUV94.5293.28145.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=48.37%
G=38.21%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119943300.210.720.5342.5656.5829.8
Hex775E2101548352b391e
Octal1671364102511065537136
Binary11101111011110100001010101100100011010110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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