Html Css Color HEX #837028 Yukon Gold

📋 copy color: '#837028'

red 131 ◦ green 112 ◦ blue 40

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

Shades of Yukon Gold #837028

Tints of Yukon Gold #837028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 46.29%
G = 39.58%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#837028 (or 0x837028) is known color: Yukon Gold. HEX triplet: 83, 70 and 28. RGB value is (131,112,40). Sum of RGB (Red+Green+Blue) = 131+112+40=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #837028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837028 is #7C8FD7. Grayscale: #6D6D6D. Windows color (decimal): -8163288 or 2650243. OLE color: 2650243.

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

Color convert

RGB 131 112 40 -
CMYK 0 0.15 0.69 0.49
HSL 47.47º 0.53% 0.34% -
HSV(B) 47.47º 0.69% 0.51% -
XYZ 15.54 16.57 4.39 -
YUV 109.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 131 112 40 0 0.15 0.69 0.49 47.47 0.53 0.34
Hex 83 70 28 0 F 45 31 2F 35 22
Octal 203 160 50 0 17 105 61 57 65 42
Binary 10000011 1110000 101000 0 1111 1000101 110001 101111 110101 100010

Color Harmonies of #837028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837028

Black with #837028

Text Example


Text Example

White with #837028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837028; }

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

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

background-color css

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

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

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

border-color css

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

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

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