Html Css Color HEX #837115 Yukon Gold

📋 copy color: '#837115'

red 131 ◦ green 113 ◦ blue 21

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

Shades of Yukon Gold #837115

Tints of Yukon Gold #837115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 49.43%
G = 42.64%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#837115 (or 0x837115) is known color: Yukon Gold. HEX triplet: 83, 71 and 15. RGB value is (131,113,21). Sum of RGB (Red+Green+Blue) = 131+113+21=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #837115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837115 is #7C8EEA. Grayscale: #6C6C6C. Windows color (decimal): -8163051 or 1405315. OLE color: 1405315.

HSL color Cylindrical-coordinate representation of color #837115: hue angle of 50.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #837115 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 113 21 -
CMYK 0 0.14 0.84 0.49
HSL 50.18º 0.72% 0.3% -
HSV(B) 50.18º 0.84% 0.51% -
XYZ 15.4 16.69 3.12 -
YUV 107.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 131 113 21 0 0.14 0.84 0.49 50.18 0.72 0.3
Hex 83 71 15 0 E 54 31 32 48 1E
Octal 203 161 25 0 16 124 61 62 110 36
Binary 10000011 1110001 10101 0 1110 1010100 110001 110010 1001000 11110

Color Harmonies of #837115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837115

Black with #837115

Text Example


Text Example

White with #837115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837115; }

 p { color: rgb(131,113,21); }

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

background-color css

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

 a { background-color: rgb(131,113,21); }

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

border-color css

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

 span { border-color: rgb(131,113,21); }

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