#84751B

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

Shades of Yukon Gold #84751B

Tints of Yukon Gold #84751B

Color information

#84751B (or 0x84751B) is unknown color: approx Yukon Gold. HEX triplet: 84, 75 and 1B. RGB value is (132,117,27). Sum of RGB (Red+Green+Blue) = 132+117+27=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84751B is #7B8AE4. Grayscale: #6F6F6F. Windows color (decimal): -8096485 or 1799556. OLE color: 1799556.

HSL color Cylindrical-coordinate representation of color #84751B: hue angle of 51.43º degrees, saturation: 0.66, 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 #84751B is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13211727-
CMYK00.110.800.48
HSL51.43º66.04%31.18%-
HSV(B)51.43º79.55%51.76%-
XYZ16.0717.713.61-
YUV111.2280.47142.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=47.83%
G=42.39%
B=9.78%

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
Decimal1321172700.110.800.4851.4366.0431.18
Hex84751B0B503033421f
Octal20416533013120606310237
Binary10000100111010111011010111010000110000110011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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