Html Css Color HEX #837512 Yukon Gold

📋 copy color: '#837512'

red 131 ◦ green 117 ◦ blue 18

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

Shades of Yukon Gold #837512

Tints of Yukon Gold #837512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 49.25%
G = 43.98%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#837512 (or 0x837512) is known color: Yukon Gold. HEX triplet: 83, 75 and 12. RGB value is (131,117,18). Sum of RGB (Red+Green+Blue) = 131+117+18=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #837512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837512 is #7C8AED. Grayscale: #6E6E6E. Windows color (decimal): -8162030 or 1209731. OLE color: 1209731.

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

Color convert

RGB 131 117 18 -
CMYK 0 0.11 0.86 0.49
HSL 52.57º 0.76% 0.29% -
HSV(B) 52.57º 0.86% 0.51% -
XYZ 15.83 17.59 3.13 -
YUV 109.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 131 117 18 0 0.11 0.86 0.49 52.57 0.76 0.29
Hex 83 75 12 0 B 56 31 35 4C 1D
Octal 203 165 22 0 13 126 61 65 114 35
Binary 10000011 1110101 10010 0 1011 1010110 110001 110101 1001100 11101

Color Harmonies of #837512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837512

Black with #837512

Text Example


Text Example

White with #837512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837512; }

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

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

background-color css

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

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

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

border-color css

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

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

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