#7D631F

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

Shades of Yukon Gold #7D631F

Tints of Yukon Gold #7D631F

Color information

#7D631F (or 0x7D631F) is unknown color: approx Yukon Gold. HEX triplet: 7D, 63 and 1F. RGB value is (125,99,31). Sum of RGB (Red+Green+Blue) = 125+99+31=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D631F is #829CE0. Grayscale: #636363. Windows color (decimal): -8559841 or 2057085. OLE color: 2057085.

HSL color Cylindrical-coordinate representation of color #7D631F: hue angle of 43.4º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D631F is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB1259931-
CMYK00.210.750.51
HSL43.4º60.26%30.59%-
HSV(B)43.4º75.2%49.02%-
XYZ13.1713.383.19-
YUV99.0289.61146.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.02%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=49.02%
G=38.82%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125993100.210.750.5143.460.2630.59
Hex7D631F0154B332b3c1f
Octal1751433702511363537437
Binary1111101110001111111010101100101111001110101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,99,31); }

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

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

 a { background-color: rgb(125,99,31); }

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

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

 span { border-color: rgb(125,99,31); }

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