#72641C

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

Shades of Yukon Gold #72641C

Tints of Yukon Gold #72641C

Color information

#72641C (or 0x72641C) is unknown color: approx Yukon Gold. HEX triplet: 72, 64 and 1C. RGB value is (114,100,28). Sum of RGB (Red+Green+Blue) = 114+100+28=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72641C is #8D9BE3. Grayscale: #606060. Windows color (decimal): -9280484 or 1860722. OLE color: 1860722.

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

Color convert

RGB11410028-
CMYK00.120.750.55
HSL50.23º60.56%27.84%-
HSV(B)50.23º75.44%44.71%-
XYZ11.7112.782.95-
YUV95.9889.64140.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=47.11%
G=41.32%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141002800.120.750.5550.2360.5627.84
Hex72641C0C4B37323d1c
Octal1621443401411367627534
Binary111001011001001110001100100101111011111001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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