#845D15

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

Shades of Yukon Gold #845D15

Tints of Yukon Gold #845D15

Color information

#845D15 (or 0x845D15) is unknown color: approx Yukon Gold. HEX triplet: 84, 5D and 15. RGB value is (132,93,21). Sum of RGB (Red+Green+Blue) = 132+93+21=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #845D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D15 is #7BA2EA. Grayscale: #606060. Windows color (decimal): -8102635 or 1400196. OLE color: 1400196.

HSL color Cylindrical-coordinate representation of color #845D15: hue angle of 38.92º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #845D15 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB1329321-
CMYK00.300.840.48
HSL38.92º72.55%30%-
HSV(B)38.92º84.09%51.76%-
XYZ13.5712.792.46-
YUV96.4585.42153.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=53.66%
G=37.80%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132932100.300.840.4838.9272.5530
Hex845D1501E543027491e
Octal20413525036124604711136
Binary100001001011101101010111101010100110000100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D15; }

 p { color: rgb(132,93,21); }

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

<style>
 a { background-color: #845D15; }

 a { background-color: rgb(132,93,21); }

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

<style>
 span { border-color: #845D15; }

 span { border-color: rgb(132,93,21); }

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