#735D15

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

Shades of Yukon Gold #735D15

Tints of Yukon Gold #735D15

Color information

#735D15 (or 0x735D15) is unknown color: approx Yukon Gold. HEX triplet: 73, 5D and 15. RGB value is (115,93,21). Sum of RGB (Red+Green+Blue) = 115+93+21=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #735D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D15 is #8CA2EA. Grayscale: #5B5B5B. Windows color (decimal): -9216747 or 1400179. OLE color: 1400179.

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

Color convert

RGB1159321-
CMYK00.190.820.55
HSL45.96º69.12%26.67%-
HSV(B)45.96º81.74%45.1%-
XYZ11.1211.532.35-
YUV91.3788.29144.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=50.22%
G=40.61%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115932100.190.820.5545.9669.1226.67
Hex735D1501352372e451b
Octal16313525023122675610533
Binary11100111011101101010100111010010110111101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,93,21); }

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

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

 a { background-color: rgb(115,93,21); }

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

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

 span { border-color: rgb(115,93,21); }

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