#836200

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

Shades of Golden Brown #836200

Tints of Golden Brown #836200

Color information

#836200 (or 0x836200) is unknown color: approx Golden Brown. HEX triplet: 83, 62 and 00. RGB value is (131,98,0). Sum of RGB (Red+Green+Blue) = 131+98+0=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #836200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836200 is #7C9DFF. Grayscale: #616161. Windows color (decimal): -8166912 or 25219. OLE color: 25219.

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

Color convert

RGB131980-
CMYK00.2510.49
HSL44.89º100%25.69%-
HSV(B)44.89º100%51.37%-
XYZ13.7313.561.89-
YUV96.773.43152.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.21%
G=42.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13198000.2510.4944.8910025.69
Hex8362001964312d641a
Octal2031420031144615514432
Binary10000011110001000110011100100110001101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836200; }

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

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

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

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

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

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

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

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