#835B11

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

Shades of Yukon Gold #835B11

Tints of Yukon Gold #835B11

Color information

#835B11 (or 0x835B11) is unknown color: approx Yukon Gold. HEX triplet: 83, 5B and 11. RGB value is (131,91,17). Sum of RGB (Red+Green+Blue) = 131+91+17=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #835B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835B11 is #7CA4EE. Grayscale: #5E5E5E. Windows color (decimal): -8168687 or 1137539. OLE color: 1137539.

HSL color Cylindrical-coordinate representation of color #835B11: hue angle of 38.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #835B11 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1319117-
CMYK00.310.870.49
HSL38.95º77.03%29.02%-
HSV(B)38.95º87.02%51.37%-
XYZ13.212.352.22-
YUV94.5284.25154.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 17 (7.03% from 255) = 7.11%
R=54.81%
G=38.08%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131911700.310.870.4938.9577.0329.02
Hex835B1101F5731274d1d
Octal20313321037127614711535
Binary100000111011011100010111111010111110001100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835B11; }

 p { color: rgb(131,91,17); }

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

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

 a { background-color: rgb(131,91,17); }

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

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

 span { border-color: rgb(131,91,17); }

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