Html Css Color HEX #835E10 Yukon Gold

📋 copy color: '#835E10'

red 131 ◦ green 94 ◦ blue 16

#835E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #835E10

Tints of Yukon Gold #835E10

RGB

 RED value IS 131 (51.56% from 255) = 54.36%

 GREEN value IS 94 (37.11% from 255) = 39%

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 54.36%
G = 39%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#835E10 (or 0x835E10) is known color: Yukon Gold. HEX triplet: 83, 5E and 10. RGB value is (131,94,16). Sum of RGB (Red+Green+Blue) = 131+94+16=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #835E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835E10 is #7CA1EF. Grayscale: #606060. Windows color (decimal): -8167920 or 1072771. OLE color: 1072771.

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

Color convert

RGB 131 94 16 -
CMYK 0 0.28 0.88 0.49
HSL 40.7º 0.78% 0.29% -
HSV(B) 40.7º 0.88% 0.51% -
XYZ 13.46 12.87 2.26 -
YUV 96.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 131 94 16 0 0.28 0.88 0.49 40.7 0.78 0.29
Hex 83 5E 10 0 1C 58 31 29 4E 1D
Octal 203 136 20 0 34 130 61 51 116 35
Binary 10000011 1011110 10000 0 11100 1011000 110001 101001 1001110 11101

Color Harmonies of #835E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E10

Black with #835E10

Text Example


Text Example

White with #835E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #835E10;
 }
 .AnyTagClassName
 {
   color: #835E10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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