#755F14

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

Shades of Yukon Gold #755F14

Tints of Yukon Gold #755F14

Color information

#755F14 (or 0x755F14) is unknown color: approx Yukon Gold. HEX triplet: 75, 5F and 14. RGB value is (117,95,20). Sum of RGB (Red+Green+Blue) = 117+95+20=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #755F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F14 is #8AA0EB. Grayscale: #5D5D5D. Windows color (decimal): -9085164 or 1335157. OLE color: 1335157.

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

Color convert

RGB1179520-
CMYK00.190.830.54
HSL46.39º70.8%26.86%-
HSV(B)46.39º82.91%45.88%-
XYZ11.5512.022.37-
YUV93.0386.79145.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=50.43%
G=40.95%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117952000.190.830.5446.3970.826.86
Hex755F1401353362e471b
Octal16513724023123665610733
Binary11101011011111101000100111010011110110101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,95,20); }

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

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

 a { background-color: rgb(117,95,20); }

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

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

 span { border-color: rgb(117,95,20); }

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