#73630A

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

Shades of Yukon Gold #73630A

Tints of Yukon Gold #73630A

Color information

#73630A (or 0x73630A) is unknown color: approx Yukon Gold. HEX triplet: 73, 63 and 0A. RGB value is (115,99,10). Sum of RGB (Red+Green+Blue) = 115+99+10=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73630A is #8C9CF5. Grayscale: #5E5E5E. Windows color (decimal): -9215222 or 680819. OLE color: 680819.

HSL color Cylindrical-coordinate representation of color #73630A: hue angle of 50.86º 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 #73630A is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1159910-
CMYK00.140.910.55
HSL50.86º84%24.51%-
HSV(B)50.86º91.3%45.1%-
XYZ11.5912.592.11-
YUV93.6480.8143.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=51.34%
G=44.20%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115991000.140.910.5550.868424.51
Hex7363A0E5B37335419
Octal16314312016133676312431
Binary111001111000111010011101011011110111110011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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