#835E0F

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

Shades of Yukon Gold #835E0F

Tints of Yukon Gold #835E0F

Color information

#835E0F (or 0x835E0F) is unknown color: approx Yukon Gold. HEX triplet: 83, 5E and 0F. RGB value is (131,94,15). Sum of RGB (Red+Green+Blue) = 131+94+15=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #835E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835E0F is #7CA1F0. Grayscale: #606060. Windows color (decimal): -8167921 or 1007235. OLE color: 1007235.

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

Color convert

RGB1319415-
CMYK00.280.890.49
HSL40.86º79.45%28.63%-
HSV(B)40.86º88.55%51.37%-
XYZ13.4512.872.23-
YUV96.0682.26152.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=54.58%
G=39.17%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131941500.280.890.4940.8679.4528.63
Hex835EF01C5931294f1d
Octal20313617034131615111735
Binary10000011101111011110111001011001110001101001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,94,15); }

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

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

 a { background-color: rgb(131,94,15); }

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

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

 span { border-color: rgb(131,94,15); }

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