Html Css Color HEX #836320 Yukon Gold

📋 copy color: '#836320'

red 131 ◦ green 99 ◦ blue 32

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

Shades of Yukon Gold #836320

Tints of Yukon Gold #836320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 50%
G = 37.79%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#836320 (or 0x836320) is known color: Yukon Gold. HEX triplet: 83, 63 and 20. RGB value is (131,99,32). Sum of RGB (Red+Green+Blue) = 131+99+32=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #836320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836320 is #7C9CDF. Grayscale: #656565. Windows color (decimal): -8166624 or 2122627. OLE color: 2122627.

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

Color convert

RGB 131 99 32 -
CMYK 0 0.24 0.76 0.49
HSL 40.61º 0.61% 0.32% -
HSV(B) 40.61º 0.76% 0.51% -
XYZ 14.08 13.85 3.3 -
YUV 100.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 131 99 32 0 0.24 0.76 0.49 40.61 0.61 0.32
Hex 83 63 20 0 18 4C 31 29 3D 20
Octal 203 143 40 0 30 114 61 51 75 40
Binary 10000011 1100011 100000 0 11000 1001100 110001 101001 111101 100000

Color Harmonies of #836320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836320

Black with #836320

Text Example


Text Example

White with #836320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836320; }

 p { color: rgb(131,99,32); }

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

background-color css

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

 a { background-color: rgb(131,99,32); }

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

border-color css

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

 span { border-color: rgb(131,99,32); }

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