Html Css Color HEX #836512 Yukon Gold

📋 copy color: '#836512'

red 131 ◦ green 101 ◦ blue 18

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

Shades of Yukon Gold #836512

Tints of Yukon Gold #836512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 52.4%
G = 40.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#836512 (or 0x836512) is known color: Yukon Gold. HEX triplet: 83, 65 and 12. RGB value is (131,101,18). Sum of RGB (Red+Green+Blue) = 131+101+18=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #836512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836512 is #7C9AED. Grayscale: #646464. Windows color (decimal): -8166126 or 1205635. OLE color: 1205635.

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

Color convert

RGB 131 101 18 -
CMYK 0 0.23 0.86 0.49
HSL 44.07º 0.76% 0.29% -
HSV(B) 44.07º 0.86% 0.51% -
XYZ 14.12 14.18 2.56 -
YUV 100.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 131 101 18 0 0.23 0.86 0.49 44.07 0.76 0.29
Hex 83 65 12 0 17 56 31 2C 4C 1D
Octal 203 145 22 0 27 126 61 54 114 35
Binary 10000011 1100101 10010 0 10111 1010110 110001 101100 1001100 11101

Color Harmonies of #836512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836512

Black with #836512

Text Example


Text Example

White with #836512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836512; }

 p { color: rgb(131,101,18); }

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

background-color css

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

 a { background-color: rgb(131,101,18); }

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

border-color css

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

 span { border-color: rgb(131,101,18); }

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