#72641B

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

Shades of Yukon Gold #72641B

Tints of Yukon Gold #72641B

Color information

#72641B (or 0x72641B) is unknown color: approx Yukon Gold. HEX triplet: 72, 64 and 1B. RGB value is (114,100,27). Sum of RGB (Red+Green+Blue) = 114+100+27=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72641B is #8D9BE4. Grayscale: #606060. Windows color (decimal): -9280485 or 1795186. OLE color: 1795186.

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

Color convert

RGB11410027-
CMYK00.120.760.55
HSL50.34º61.7%27.65%-
HSV(B)50.34º76.32%44.71%-
XYZ11.6912.772.89-
YUV95.8689.14140.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=47.30%
G=41.49%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141002700.120.760.5550.3461.727.65
Hex72641B0C4C37323e1c
Octal1621443301411467627634
Binary111001011001001101101100100110011011111001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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