#755E12

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

Shades of Yukon Gold #755E12

Tints of Yukon Gold #755E12

Color information

#755E12 (or 0x755E12) is unknown color: approx Yukon Gold. HEX triplet: 75, 5E and 12. RGB value is (117,94,18). Sum of RGB (Red+Green+Blue) = 117+94+18=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #755E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E12 is #8AA1ED. Grayscale: #5C5C5C. Windows color (decimal): -9085422 or 1203829. OLE color: 1203829.

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

Color convert

RGB1179418-
CMYK00.200.850.54
HSL46.06º73.33%26.47%-
HSV(B)46.06º84.62%45.88%-
XYZ11.4511.832.25-
YUV92.2186.12145.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=51.09%
G=41.05%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117941800.200.850.5446.0673.3326.47
Hex755E1201455362e491a
Octal16513622024125665611132
Binary11101011011110100100101001010101110110101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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