#73650A

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

Shades of Yukon Gold #73650A

Tints of Yukon Gold #73650A

Color information

#73650A (or 0x73650A) is unknown color: approx Yukon Gold. HEX triplet: 73, 65 and 0A. RGB value is (115,101,10). Sum of RGB (Red+Green+Blue) = 115+101+10=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73650A is #8C9AF5. Grayscale: #5F5F5F. Windows color (decimal): -9214710 or 681331. OLE color: 681331.

HSL color Cylindrical-coordinate representation of color #73650A: hue angle of 52º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73650A is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11510110-
CMYK00.120.910.55
HSL52º84%24.51%-
HSV(B)52º91.3%45.1%-
XYZ11.7812.972.17-
YUV94.8180.14142.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=50.88%
G=44.69%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151011000.120.910.55528424.51
Hex7365A0C5B37345419
Octal16314512014133676412431
Binary111001111001011010011001011011110111110100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73650A; }

 p { color: rgb(115,101,10); }

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

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

 a { background-color: rgb(115,101,10); }

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

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

 span { border-color: rgb(115,101,10); }

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