#735E10

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

Shades of Yukon Gold #735E10

Tints of Yukon Gold #735E10

Color information

#735E10 (or 0x735E10) is unknown color: approx Yukon Gold. HEX triplet: 73, 5E and 10. RGB value is (115,94,16). Sum of RGB (Red+Green+Blue) = 115+94+16=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #735E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735E10 is #8CA1EF. Grayscale: #5B5B5B. Windows color (decimal): -9216496 or 1072755. OLE color: 1072755.

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

Color convert

RGB1159416-
CMYK00.180.860.55
HSL47.27º75.57%25.69%-
HSV(B)47.27º86.09%45.1%-
XYZ11.1711.692.16-
YUV91.3985.46144.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=51.11%
G=41.78%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115941600.180.860.5547.2775.5725.69
Hex735E1001256372f4c1a
Octal16313620022126675711432
Binary11100111011110100000100101010110110111101111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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