Html Css Color HEX #837121 Yukon Gold

📋 copy color: '#837121'

red 131 ◦ green 113 ◦ blue 33

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

Shades of Yukon Gold #837121

Tints of Yukon Gold #837121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 47.29%
G = 40.79%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#837121 (or 0x837121) is known color: Yukon Gold. HEX triplet: 83, 71 and 21. RGB value is (131,113,33). Sum of RGB (Red+Green+Blue) = 131+113+33=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #837121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837121 is #7C8EDE. Grayscale: #6D6D6D. Windows color (decimal): -8163039 or 2191747. OLE color: 2191747.

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

Color convert

RGB 131 113 33 -
CMYK 0 0.14 0.75 0.49
HSL 48.98º 0.6% 0.32% -
HSV(B) 48.98º 0.75% 0.51% -
XYZ 15.54 16.75 3.85 -
YUV 109.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 131 113 33 0 0.14 0.75 0.49 48.98 0.6 0.32
Hex 83 71 21 0 E 4B 31 31 3C 20
Octal 203 161 41 0 16 113 61 61 74 40
Binary 10000011 1110001 100001 0 1110 1001011 110001 110001 111100 100000

Color Harmonies of #837121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837121

Black with #837121

Text Example


Text Example

White with #837121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837121; }

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

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

background-color css

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

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

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

border-color css

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

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

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