Html Css Color HEX #837410 Yukon Gold

📋 copy color: '#837410'

red 131 ◦ green 116 ◦ blue 16

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

Shades of Yukon Gold #837410

Tints of Yukon Gold #837410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

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

R = 49.81%
G = 44.11%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#837410 (or 0x837410) is known color: Yukon Gold. HEX triplet: 83, 74 and 10. RGB value is (131,116,16). Sum of RGB (Red+Green+Blue) = 131+116+16=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #837410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837410 is #7C8BEF. Grayscale: #6D6D6D. Windows color (decimal): -8162288 or 1078403. OLE color: 1078403.

HSL color Cylindrical-coordinate representation of color #837410: hue angle of 52.17º 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 #837410 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 116 16 -
CMYK 0 0.11 0.88 0.49
HSL 52.17º 0.78% 0.29% -
HSV(B) 52.17º 0.88% 0.51% -
XYZ 15.7 17.35 3.01 -
YUV 109.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 131 116 16 0 0.11 0.88 0.49 52.17 0.78 0.29
Hex 83 74 10 0 B 58 31 34 4E 1D
Octal 203 164 20 0 13 130 61 64 116 35
Binary 10000011 1110100 10000 0 1011 1011000 110001 110100 1001110 11101

Color Harmonies of #837410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837410

Black with #837410

Text Example


Text Example

White with #837410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837410; }

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

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

background-color css

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

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

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

border-color css

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

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

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