#836118

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

Shades of Yukon Gold #836118

Tints of Yukon Gold #836118

Color information

#836118 (or 0x836118) is unknown color: approx Yukon Gold. HEX triplet: 83, 61 and 18. RGB value is (131,97,24). Sum of RGB (Red+Green+Blue) = 131+97+24=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #836118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836118 is #7C9EE7. Grayscale: #636363. Windows color (decimal): -8167144 or 1597827. OLE color: 1597827.

HSL color Cylindrical-coordinate representation of color #836118: hue angle of 40.93º 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 #836118 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1319724-
CMYK00.260.820.49
HSL40.93º69.03%30.39%-
HSV(B)40.93º81.68%51.37%-
XYZ13.813.442.73-
YUV98.8485.76150.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=51.98%
G=38.49%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131972400.260.820.4940.9369.0330.39
Hex83611801A523129451e
Octal20314130032122615110536
Binary100000111100001110000110101010010110001101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836118; }

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

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

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

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

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

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

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

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