#835D0E

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

Shades of Yukon Gold #835D0E

Tints of Yukon Gold #835D0E

Color information

#835D0E (or 0x835D0E) is unknown color: approx Yukon Gold. HEX triplet: 83, 5D and 0E. RGB value is (131,93,14). Sum of RGB (Red+Green+Blue) = 131+93+14=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #835D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835D0E is #7CA2F1. Grayscale: #5F5F5F. Windows color (decimal): -8168178 or 941443. OLE color: 941443.

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

Color convert

RGB1319314-
CMYK00.290.890.49
HSL40.51º80.69%28.43%-
HSV(B)40.51º89.31%51.37%-
XYZ13.3512.692.16-
YUV95.3682.09153.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.04%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 14 (5.86% from 255) = 5.88%
R=55.04%
G=39.08%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131931400.290.890.4940.5180.6928.43
Hex835DE01D593129511c
Octal20313516035131615112134
Binary10000011101110111100111011011001110001101001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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