Html Css Color HEX #837513 Yukon Gold

📋 copy color: '#837513'

red 131 ◦ green 117 ◦ blue 19

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

Shades of Yukon Gold #837513

Tints of Yukon Gold #837513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

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

R = 49.06%
G = 43.82%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#837513 (or 0x837513) is known color: Yukon Gold. HEX triplet: 83, 75 and 13. RGB value is (131,117,19). Sum of RGB (Red+Green+Blue) = 131+117+19=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #837513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837513 is #7C8AEC. Grayscale: #6E6E6E. Windows color (decimal): -8162029 or 1275267. OLE color: 1275267.

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

Color convert

RGB 131 117 19 -
CMYK 0 0.11 0.85 0.49
HSL 52.5º 0.75% 0.29% -
HSV(B) 52.5º 0.85% 0.51% -
XYZ 15.84 17.59 3.18 -
YUV 110.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 131 117 19 0 0.11 0.85 0.49 52.5 0.75 0.29
Hex 83 75 13 0 B 55 31 34 4B 1D
Octal 203 165 23 0 13 125 61 64 113 35
Binary 10000011 1110101 10011 0 1011 1010101 110001 110100 1001011 11101

Color Harmonies of #837513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837513

Black with #837513

Text Example


Text Example

White with #837513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837513; }

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

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

background-color css

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

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

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

border-color css

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

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

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