#735E16

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

Shades of Yukon Gold #735E16

Tints of Yukon Gold #735E16

Color information

#735E16 (or 0x735E16) is unknown color: approx Yukon Gold. HEX triplet: 73, 5E and 16. RGB value is (115,94,22). Sum of RGB (Red+Green+Blue) = 115+94+22=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #735E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735E16 is #8CA1E9. Grayscale: #5C5C5C. Windows color (decimal): -9216490 or 1465971. OLE color: 1465971.

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

Color convert

RGB1159422-
CMYK00.180.810.55
HSL46.45º67.88%26.86%-
HSV(B)46.45º80.87%45.1%-
XYZ11.2211.712.43-
YUV92.0788.46144.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=49.78%
G=40.69%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115942200.180.810.5546.4567.8826.86
Hex735E1601251372e441b
Octal16313626022121675610433
Binary11100111011110101100100101010001110111101110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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