#816000

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

Shades of Golden Brown #816000

Tints of Golden Brown #816000

Color information

#816000 (or 0x816000) is unknown color: approx Golden Brown. HEX triplet: 81, 60 and 00. RGB value is (129,96,0). Sum of RGB (Red+Green+Blue) = 129+96+0=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #816000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816000 is #7E9FFF. Grayscale: #5F5F5F. Windows color (decimal): -8298496 or 24705. OLE color: 24705.

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

Color convert

RGB129960-
CMYK00.2610.49
HSL44.65º100%25.29%-
HSV(B)44.65º100%50.59%-
XYZ13.2413.031.82-
YUV94.9274.43152.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.33%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.33%
G=42.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12996000.2610.4944.6510025.29
Hex8160001A64312d6419
Octal2011400032144615514431
Binary10000001110000000110101100100110001101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816000; }

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

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

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

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

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

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

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

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