#755C16

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

Shades of Yukon Gold #755C16

Tints of Yukon Gold #755C16

Color information

#755C16 (or 0x755C16) is unknown color: approx Yukon Gold. HEX triplet: 75, 5C and 16. RGB value is (117,92,22). Sum of RGB (Red+Green+Blue) = 117+92+22=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C16 is #8AA3E9. Grayscale: #5B5B5B. Windows color (decimal): -9085930 or 1465461. OLE color: 1465461.

HSL color Cylindrical-coordinate representation of color #755C16: hue angle of 44.21º 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 #755C16 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1179222-
CMYK00.210.810.54
HSL44.21º68.35%27.25%-
HSV(B)44.21º81.2%45.88%-
XYZ11.3111.492.38-
YUV91.4988.78146.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=50.65%
G=39.83%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117922200.210.810.5444.2168.3527.25
Hex755C1601551362c441b
Octal16513426025121665410433
Binary11101011011100101100101011010001110110101100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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