#72630F

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

Shades of Yukon Gold #72630F

Tints of Yukon Gold #72630F

Color information

#72630F (or 0x72630F) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 0F. RGB value is (114,99,15). Sum of RGB (Red+Green+Blue) = 114+99+15=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72630F is #8D9CF0. Grayscale: #5E5E5E. Windows color (decimal): -9280753 or 1008498. OLE color: 1008498.

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

Color convert

RGB1149915-
CMYK00.130.870.55
HSL50.91º76.74%25.29%-
HSV(B)50.91º86.84%44.71%-
XYZ11.4912.542.27-
YUV93.9183.47142.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=50%
G=43.42%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114991500.130.870.5550.9176.7425.29
Hex7263F0D5737334d19
Octal16214317015127676311531
Binary111001011000111111011011010111110111110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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