#84751C

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

Shades of Yukon Gold #84751C

Tints of Yukon Gold #84751C

Color information

#84751C (or 0x84751C) is unknown color: approx Yukon Gold. HEX triplet: 84, 75 and 1C. RGB value is (132,117,28). Sum of RGB (Red+Green+Blue) = 132+117+28=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84751C is #7B8AE3. Grayscale: #6F6F6F. Windows color (decimal): -8096484 or 1865092. OLE color: 1865092.

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

Color convert

RGB13211728-
CMYK00.110.790.48
HSL51.35º65%31.37%-
HSV(B)51.35º78.79%51.76%-
XYZ16.0917.713.67-
YUV111.3480.97142.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=47.65%
G=42.24%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321172800.110.790.4851.356531.37
Hex84751C0B4F3033411f
Octal20416534013117606310137
Binary10000100111010111100010111001111110000110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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