#836400

Color #836400 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #836400

Tints of Golden Brown #836400

Color information

#836400 (or 0x836400) is unknown color: approx Golden Brown. HEX triplet: 83, 64 and 00. RGB value is (131,100,0). Sum of RGB (Red+Green+Blue) = 131+100+0=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #836400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836400 is #7C9BFF. Grayscale: #626262. Windows color (decimal): -8166400 or 25731. OLE color: 25731.

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

Color convert

RGB1311000-
CMYK00.2410.49
HSL45.8º100%25.69%-
HSV(B)45.8º100%51.37%-
XYZ13.9213.941.96-
YUV97.8772.77151.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.71%
G=43.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131100000.2410.4945.810025.69
Hex8364001864312e641a
Octal2031440030144615614432
Binary10000011110010000110001100100110001101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836400; }

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

 H1.HeaderClassName
 {
   color: #836400;
 }
 .AnyTagClassName
 {
   color: #836400;
 }
</style>
background-color css

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

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

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

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

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

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