Html Css Color HEX #836421 Yukon Gold

📋 copy color: '#836421'

red 131 ◦ green 100 ◦ blue 33

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

Shades of Yukon Gold #836421

Tints of Yukon Gold #836421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

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

R = 49.62%
G = 37.88%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#836421 (or 0x836421) is known color: Yukon Gold. HEX triplet: 83, 64 and 21. RGB value is (131,100,33). Sum of RGB (Red+Green+Blue) = 131+100+33=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #836421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836421 is #7C9BDE. Grayscale: #656565. Windows color (decimal): -8166367 or 2188419. OLE color: 2188419.

HSL color Cylindrical-coordinate representation of color #836421: hue angle of 41.02º 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 #836421 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 33 -
CMYK 0 0.24 0.75 0.49
HSL 41.02º 0.6% 0.32% -
HSV(B) 41.02º 0.75% 0.51% -
XYZ 14.19 14.05 3.4 -
YUV 101.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 131 100 33 0 0.24 0.75 0.49 41.02 0.6 0.32
Hex 83 64 21 0 18 4B 31 29 3C 20
Octal 203 144 41 0 30 113 61 51 74 40
Binary 10000011 1100100 100001 0 11000 1001011 110001 101001 111100 100000

Color Harmonies of #836421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836421

Black with #836421

Text Example


Text Example

White with #836421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836421; }

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

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

background-color css

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

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

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

border-color css

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

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

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