#84731B

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

Shades of Yukon Gold #84731B

Tints of Yukon Gold #84731B

Color information

#84731B (or 0x84731B) is unknown color: approx Yukon Gold. HEX triplet: 84, 73 and 1B. RGB value is (132,115,27). Sum of RGB (Red+Green+Blue) = 132+115+27=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84731B is #7B8CE4. Grayscale: #6E6E6E. Windows color (decimal): -8096997 or 1799044. OLE color: 1799044.

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

Color convert

RGB13211527-
CMYK00.130.800.48
HSL50.29º66.04%31.18%-
HSV(B)50.29º79.55%51.76%-
XYZ15.8417.253.53-
YUV110.0581.13143.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 27 (10.94% from 255) = 9.85%
R=48.18%
G=41.97%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321152700.130.800.4850.2966.0431.18
Hex84731B0D503032421f
Octal20416333015120606210237
Binary10000100111001111011011011010000110000110010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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