#735E12

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

Shades of Yukon Gold #735E12

Tints of Yukon Gold #735E12

Color information

#735E12 (or 0x735E12) is unknown color: approx Yukon Gold. HEX triplet: 73, 5E and 12. RGB value is (115,94,18). Sum of RGB (Red+Green+Blue) = 115+94+18=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #735E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735E12 is #8CA1ED. Grayscale: #5B5B5B. Windows color (decimal): -9216494 or 1203827. OLE color: 1203827.

HSL color Cylindrical-coordinate representation of color #735E12: hue angle of 47.01º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #735E12 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1159418-
CMYK00.180.840.55
HSL47.01º72.93%26.08%-
HSV(B)47.01º84.35%45.1%-
XYZ11.1811.692.24-
YUV91.6286.46144.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=50.66%
G=41.41%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115941800.180.840.5547.0172.9326.08
Hex735E1201254372f491a
Octal16313622022124675711132
Binary11100111011110100100100101010100110111101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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