Html Css Color HEX #837019 Yukon Gold

📋 copy color: '#837019'

red 131 ◦ green 112 ◦ blue 25

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

Shades of Yukon Gold #837019

Tints of Yukon Gold #837019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 48.88%
G = 41.79%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#837019 (or 0x837019) is known color: Yukon Gold. HEX triplet: 83, 70 and 19. RGB value is (131,112,25). Sum of RGB (Red+Green+Blue) = 131+112+25=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #837019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837019 is #7C8FE6. Grayscale: #6C6C6C. Windows color (decimal): -8163303 or 1667203. OLE color: 1667203.

HSL color Cylindrical-coordinate representation of color #837019: hue angle of 49.25º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #837019 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 25 -
CMYK 0 0.15 0.81 0.49
HSL 49.25º 0.68% 0.31% -
HSV(B) 49.25º 0.81% 0.51% -
XYZ 15.33 16.48 3.29 -
YUV 107.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 131 112 25 0 0.15 0.81 0.49 49.25 0.68 0.31
Hex 83 70 19 0 F 51 31 31 44 1F
Octal 203 160 31 0 17 121 61 61 104 37
Binary 10000011 1110000 11001 0 1111 1010001 110001 110001 1000100 11111

Color Harmonies of #837019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837019

Black with #837019

Text Example


Text Example

White with #837019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837019; }

 p { color: rgb(131,112,25); }

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

background-color css

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

 a { background-color: rgb(131,112,25); }

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

border-color css

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

 span { border-color: rgb(131,112,25); }

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