#755E14

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

Shades of Yukon Gold #755E14

Tints of Yukon Gold #755E14

Color information

#755E14 (or 0x755E14) is unknown color: approx Yukon Gold. HEX triplet: 75, 5E and 14. RGB value is (117,94,20). Sum of RGB (Red+Green+Blue) = 117+94+20=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E14 is #8AA1EB. Grayscale: #5C5C5C. Windows color (decimal): -9085420 or 1334901. OLE color: 1334901.

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

Color convert

RGB1179420-
CMYK00.200.830.54
HSL45.77º70.8%26.86%-
HSV(B)45.77º82.91%45.88%-
XYZ11.4711.842.34-
YUV92.4487.12145.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=50.65%
G=40.69%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117942000.200.830.5445.7770.826.86
Hex755E1401453362e471b
Octal16513624024123665610733
Binary11101011011110101000101001010011110110101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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