Html Css Color HEX #836413 Yukon Gold

📋 copy color: '#836413'

red 131 ◦ green 100 ◦ blue 19

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

Shades of Yukon Gold #836413

Tints of Yukon Gold #836413

RGB

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

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

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

R = 52.4%
G = 40%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#836413 (or 0x836413) is known color: Yukon Gold. HEX triplet: 83, 64 and 13. RGB value is (131,100,19). Sum of RGB (Red+Green+Blue) = 131+100+19=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #836413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836413 is #7C9BEC. Grayscale: #646464. Windows color (decimal): -8166381 or 1270915. OLE color: 1270915.

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

Color convert

RGB 131 100 19 -
CMYK 0 0.24 0.85 0.49
HSL 43.39º 0.75% 0.29% -
HSV(B) 43.39º 0.85% 0.51% -
XYZ 14.03 13.99 2.58 -
YUV 100.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 131 100 19 0 0.24 0.85 0.49 43.39 0.75 0.29
Hex 83 64 13 0 18 55 31 2B 4B 1D
Octal 203 144 23 0 30 125 61 53 113 35
Binary 10000011 1100100 10011 0 11000 1010101 110001 101011 1001011 11101

Color Harmonies of #836413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836413

Black with #836413

Text Example


Text Example

White with #836413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836413; }

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

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

background-color css

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

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

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

border-color css

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

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

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