Html Css Color HEX #837613 Yukon Gold

📋 copy color: '#837613'

red 131 ◦ green 118 ◦ blue 19

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

Shades of Yukon Gold #837613

Tints of Yukon Gold #837613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 48.88%
G = 44.03%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#837613 (or 0x837613) is known color: Yukon Gold. HEX triplet: 83, 76 and 13. RGB value is (131,118,19). Sum of RGB (Red+Green+Blue) = 131+118+19=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #837613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837613 is #7C89EC. Grayscale: #6F6F6F. Windows color (decimal): -8161773 or 1275523. OLE color: 1275523.

HSL color Cylindrical-coordinate representation of color #837613: hue angle of 53.04º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #837613 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 118 19 -
CMYK 0 0.10 0.85 0.49
HSL 53.04º 0.75% 0.29% -
HSV(B) 53.04º 0.85% 0.51% -
XYZ 15.96 17.83 3.22 -
YUV 110.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 131 118 19 0 0.10 0.85 0.49 53.04 0.75 0.29
Hex 83 76 13 0 A 55 31 35 4B 1D
Octal 203 166 23 0 12 125 61 65 113 35
Binary 10000011 1110110 10011 0 1010 1010101 110001 110101 1001011 11101

Color Harmonies of #837613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837613

Black with #837613

Text Example


Text Example

White with #837613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837613; }

 p { color: rgb(131,118,19); }

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

background-color css

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

 a { background-color: rgb(131,118,19); }

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

border-color css

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

 span { border-color: rgb(131,118,19); }

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