#8B721D

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

Shades of Yukon Gold #8B721D

Tints of Yukon Gold #8B721D

Color information

#8B721D (or 0x8B721D) is unknown color: approx Yukon Gold. HEX triplet: 8B, 72 and 1D. RGB value is (139,114,29). Sum of RGB (Red+Green+Blue) = 139+114+29=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B721D is #748DE2. Grayscale: #707070. Windows color (decimal): -7638499 or 1929867. OLE color: 1929867.

HSL color Cylindrical-coordinate representation of color #8B721D: hue angle of 46.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B721D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB13911429-
CMYK00.180.790.45
HSL46.36º65.48%32.94%-
HSV(B)46.36º79.14%54.51%-
XYZ16.8917.613.67-
YUV111.7881.28147.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 29 (11.72% from 255) = 10.28%
R=49.29%
G=40.43%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391142900.180.790.4546.3665.4832.94
Hex8B721D0124F2D2e4121
Octal21316235022117555610141
Binary1000101111100101110101001010011111011011011101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B721D; }

 p { color: rgb(139,114,29); }

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

<style>
 a { background-color: #8B721D; }

 a { background-color: rgb(139,114,29); }

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

<style>
 span { border-color: #8B721D; }

 span { border-color: rgb(139,114,29); }

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