#755E10

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

Shades of Yukon Gold #755E10

Tints of Yukon Gold #755E10

Color information

#755E10 (or 0x755E10) is unknown color: approx Yukon Gold. HEX triplet: 75, 5E and 10. RGB value is (117,94,16). Sum of RGB (Red+Green+Blue) = 117+94+16=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #755E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E10 is #8AA1EF. Grayscale: #5C5C5C. Windows color (decimal): -9085424 or 1072757. OLE color: 1072757.

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

Color convert

RGB1179416-
CMYK00.200.860.54
HSL46.34º75.94%26.08%-
HSV(B)46.34º86.32%45.88%-
XYZ11.4311.822.17-
YUV91.9885.12145.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=51.54%
G=41.41%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117941600.200.860.5446.3475.9426.08
Hex755E1001456362e4c1a
Octal16513620024126665611432
Binary11101011011110100000101001010110110110101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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