#755E0E

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

Shades of Yukon Gold #755E0E

Tints of Yukon Gold #755E0E

Color information

#755E0E (or 0x755E0E) is unknown color: approx Yukon Gold. HEX triplet: 75, 5E and 0E. RGB value is (117,94,14). Sum of RGB (Red+Green+Blue) = 117+94+14=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E0E is #8AA1F1. Grayscale: #5C5C5C. Windows color (decimal): -9085426 or 941685. OLE color: 941685.

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

Color convert

RGB1179414-
CMYK00.200.880.54
HSL46.6º78.63%25.69%-
HSV(B)46.6º88.03%45.88%-
XYZ11.4211.822.09-
YUV91.7684.12146-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=52%
G=41.78%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117941400.200.880.5446.678.6325.69
Hex755EE01458362f4f1a
Octal16513616024130665711732
Binary1110101101111011100101001011000110110101111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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