#735E0E

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

Shades of Yukon Gold #735E0E

Tints of Yukon Gold #735E0E

Color information

#735E0E (or 0x735E0E) is unknown color: approx Yukon Gold. HEX triplet: 73, 5E and 0E. RGB value is (115,94,14). Sum of RGB (Red+Green+Blue) = 115+94+14=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #735E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735E0E is #8CA1F1. Grayscale: #5B5B5B. Windows color (decimal): -9216498 or 941683. OLE color: 941683.

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

Color convert

RGB1159414-
CMYK00.180.880.55
HSL47.52º78.29%25.29%-
HSV(B)47.52º87.83%45.1%-
XYZ11.1511.682.08-
YUV91.1684.46145-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=51.57%
G=42.15%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115941400.180.880.5547.5278.2925.29
Hex735EE0125837304e19
Octal16313616022130676011631
Binary1110011101111011100100101011000110111110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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