#84751A

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

Shades of Yukon Gold #84751A

Tints of Yukon Gold #84751A

Color information

#84751A (or 0x84751A) is unknown color: approx Yukon Gold. HEX triplet: 84, 75 and 1A. RGB value is (132,117,26). Sum of RGB (Red+Green+Blue) = 132+117+26=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84751A is #7B8AE5. Grayscale: #6F6F6F. Windows color (decimal): -8096486 or 1734020. OLE color: 1734020.

HSL color Cylindrical-coordinate representation of color #84751A: hue angle of 51.51º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84751A is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13211726-
CMYK00.110.800.48
HSL51.51º67.09%30.98%-
HSV(B)51.51º80.3%51.76%-
XYZ16.0617.73.55-
YUV111.1179.97142.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=48%
G=42.55%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321172600.110.800.4851.5167.0930.98
Hex84751A0B503034431f
Octal20416532013120606410337
Binary10000100111010111010010111010000110000110100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84751A; }

 p { color: rgb(132,117,26); }

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

<style>
 a { background-color: #84751A; }

 a { background-color: rgb(132,117,26); }

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

<style>
 span { border-color: #84751A; }

 span { border-color: rgb(132,117,26); }

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