#835D16

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

Shades of Yukon Gold #835D16

Tints of Yukon Gold #835D16

Color information

#835D16 (or 0x835D16) is unknown color: approx Yukon Gold. HEX triplet: 83, 5D and 16. RGB value is (131,93,22). Sum of RGB (Red+Green+Blue) = 131+93+22=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #835D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835D16 is #7CA2E9. Grayscale: #606060. Windows color (decimal): -8168170 or 1465731. OLE color: 1465731.

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

Color convert

RGB1319322-
CMYK00.290.830.49
HSL39.08º71.24%30%-
HSV(B)39.08º83.21%51.37%-
XYZ13.4212.712.51-
YUV96.2786.09152.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=53.25%
G=37.80%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131932200.290.830.4939.0871.2430
Hex835D1601D533127471e
Octal20313526035123614710736
Binary100000111011101101100111011010011110001100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,93,22); }

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

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

 a { background-color: rgb(131,93,22); }

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

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

 span { border-color: rgb(131,93,22); }

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