#836000

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

Shades of Golden Brown #836000

Tints of Golden Brown #836000

Color information

#836000 (or 0x836000) is unknown color: approx Golden Brown. HEX triplet: 83, 60 and 00. RGB value is (131,96,0). Sum of RGB (Red+Green+Blue) = 131+96+0=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #836000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836000 is #7C9FFF. Grayscale: #5F5F5F. Windows color (decimal): -8167424 or 24707. OLE color: 24707.

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

Color convert

RGB131960-
CMYK00.2710.49
HSL43.97º100%25.69%-
HSV(B)43.97º100%51.37%-
XYZ13.5413.191.83-
YUV95.5274.1153.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.71%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.71%
G=42.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13196000.2710.4943.9710025.69
Hex8360001B64312c641a
Octal2031400033144615414432
Binary10000011110000000110111100100110001101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836000; }

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

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

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

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

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

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

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

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