#7C5E1A

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

Shades of Yukon Gold #7C5E1A

Tints of Yukon Gold #7C5E1A

Color information

#7C5E1A (or 0x7C5E1A) is unknown color: approx Yukon Gold. HEX triplet: 7C, 5E and 1A. RGB value is (124,94,26). Sum of RGB (Red+Green+Blue) = 124+94+26=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E1A is #83A1E5. Grayscale: #5F5F5F. Windows color (decimal): -8626662 or 1728124. OLE color: 1728124.

HSL color Cylindrical-coordinate representation of color #7C5E1A: hue angle of 41.63º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C5E1A is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1249426-
CMYK00.240.790.51
HSL41.63º65.33%29.41%-
HSV(B)41.63º79.03%48.63%-
XYZ12.512.372.71-
YUV95.2288.94148.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=50.82%
G=38.52%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124942600.240.790.5141.6365.3329.41
Hex7C5E1A0184F332a411d
Octal17413632030117635210135
Binary11111001011110110100110001001111110011101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5E1A; }

 p { color: rgb(124,94,26); }

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

<style>
 a { background-color: #7C5E1A; }

 a { background-color: rgb(124,94,26); }

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

<style>
 span { border-color: #7C5E1A; }

 span { border-color: rgb(124,94,26); }

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