#72630A

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

Shades of Yukon Gold #72630A

Tints of Yukon Gold #72630A

Color information

#72630A (or 0x72630A) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 0A. RGB value is (114,99,10). Sum of RGB (Red+Green+Blue) = 114+99+10=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72630A is #8D9CF5. Grayscale: #5D5D5D. Windows color (decimal): -9280758 or 680818. OLE color: 680818.

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

Color convert

RGB1149910-
CMYK00.130.910.55
HSL51.35º83.87%24.31%-
HSV(B)51.35º91.23%44.71%-
XYZ11.4612.522.1-
YUV93.3480.97142.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=51.12%
G=44.39%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114991000.130.910.5551.3583.8724.31
Hex7263A0D5B37335418
Octal16214312015133676312430
Binary111001011000111010011011011011110111110011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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