#755E16

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

Shades of Yukon Gold #755E16

Tints of Yukon Gold #755E16

Color information

#755E16 (or 0x755E16) is unknown color: approx Yukon Gold. HEX triplet: 75, 5E and 16. RGB value is (117,94,22). Sum of RGB (Red+Green+Blue) = 117+94+22=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E16 is #8AA1E9. Grayscale: #5C5C5C. Windows color (decimal): -9085418 or 1465973. OLE color: 1465973.

HSL color Cylindrical-coordinate representation of color #755E16: hue angle of 45.47º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #755E16 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1179422-
CMYK00.200.810.54
HSL45.47º68.35%27.25%-
HSV(B)45.47º81.2%45.88%-
XYZ11.4811.852.44-
YUV92.6788.12145.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=50.21%
G=40.34%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117942200.200.810.5445.4768.3527.25
Hex755E1601451362d441b
Octal16513626024121665510433
Binary11101011011110101100101001010001110110101101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E16; }

 p { color: rgb(117,94,22); }

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

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

 a { background-color: rgb(117,94,22); }

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

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

 span { border-color: rgb(117,94,22); }

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