#837218

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

Shades of Yukon Gold #837218

Tints of Yukon Gold #837218

Color information

#837218 (or 0x837218) is unknown color: approx Yukon Gold. HEX triplet: 83, 72 and 18. RGB value is (131,114,24). Sum of RGB (Red+Green+Blue) = 131+114+24=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #837218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837218 is #7C8DE7. Grayscale: #6D6D6D. Windows color (decimal): -8162792 or 1602179. OLE color: 1602179.

HSL color Cylindrical-coordinate representation of color #837218: hue angle of 50.47º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #837218 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB13111424-
CMYK00.130.820.49
HSL50.47º69.03%30.39%-
HSV(B)50.47º81.68%51.37%-
XYZ15.5416.933.31-
YUV108.8280.13143.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 24 (9.77% from 255) = 8.92%
R=48.70%
G=42.38%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311142400.130.820.4950.4769.0330.39
Hex8372180D523132451e
Octal20316230015122616210536
Binary10000011111001011000011011010010110001110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837218; }

 p { color: rgb(131,114,24); }

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

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

 a { background-color: rgb(131,114,24); }

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

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

 span { border-color: rgb(131,114,24); }

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