#72641A

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

Shades of Yukon Gold #72641A

Tints of Yukon Gold #72641A

Color information

#72641A (or 0x72641A) is unknown color: approx Yukon Gold. HEX triplet: 72, 64 and 1A. RGB value is (114,100,26). Sum of RGB (Red+Green+Blue) = 114+100+26=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72641A is #8D9BE5. Grayscale: #606060. Windows color (decimal): -9280486 or 1729650. OLE color: 1729650.

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

Color convert

RGB11410026-
CMYK00.120.770.55
HSL50.45º62.86%27.45%-
HSV(B)50.45º77.19%44.71%-
XYZ11.6812.772.83-
YUV95.7588.64141.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=47.5%
G=41.67%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141002600.120.770.5550.4562.8627.45
Hex72641A0C4D37323f1b
Octal1621443201411567627733
Binary111001011001001101001100100110111011111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,100,26); }

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

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

 a { background-color: rgb(114,100,26); }

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

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

 span { border-color: rgb(114,100,26); }

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