Html Css Color HEX #836013 Yukon Gold

📋 copy color: '#836013'

red 131 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #836013

Tints of Yukon Gold #836013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 53.25%
G = 39.02%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#836013 (or 0x836013) is known color: Yukon Gold. HEX triplet: 83, 60 and 13. RGB value is (131,96,19). Sum of RGB (Red+Green+Blue) = 131+96+19=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #836013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836013 is #7C9FEC. Grayscale: #626262. Windows color (decimal): -8167405 or 1269891. OLE color: 1269891.

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

Color convert

RGB 131 96 19 -
CMYK 0 0.27 0.85 0.49
HSL 41.25º 0.75% 0.29% -
HSV(B) 41.25º 0.85% 0.51% -
XYZ 13.66 13.24 2.45 -
YUV 97.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 131 96 19 0 0.27 0.85 0.49 41.25 0.75 0.29
Hex 83 60 13 0 1B 55 31 29 4B 1D
Octal 203 140 23 0 33 125 61 51 113 35
Binary 10000011 1100000 10011 0 11011 1010101 110001 101001 1001011 11101

Color Harmonies of #836013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836013

Black with #836013

Text Example


Text Example

White with #836013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836013; }

 p { color: rgb(131,96,19); }

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

background-color css

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

 a { background-color: rgb(131,96,19); }

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

border-color css

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

 span { border-color: rgb(131,96,19); }

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