#736015

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

Shades of Yukon Gold #736015

Tints of Yukon Gold #736015

Color information

#736015 (or 0x736015) is unknown color: approx Yukon Gold. HEX triplet: 73, 60 and 15. RGB value is (115,96,21). Sum of RGB (Red+Green+Blue) = 115+96+21=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #736015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736015 is #8C9FEA. Grayscale: #5D5D5D. Windows color (decimal): -9215979 or 1400947. OLE color: 1400947.

HSL color Cylindrical-coordinate representation of color #736015: hue angle of 47.87º 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 #736015 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1159621-
CMYK00.170.820.55
HSL47.87º69.12%26.67%-
HSV(B)47.87º81.74%45.1%-
XYZ11.3912.062.44-
YUV93.1387.29143.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 21 (8.59% from 255) = 9.05%
R=49.57%
G=41.38%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115962100.170.820.5547.8769.1226.67
Hex736015011523730451b
Octal16314025021122676010533
Binary11100111100000101010100011010010110111110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736015; }

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

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

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

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

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

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

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

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