#824400

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

Shades of Saddle Brown #824400

Tints of Saddle Brown #824400

Color information

#824400 (or 0x824400) is unknown color: approx Saddle Brown. HEX triplet: 82, 44 and 00. RGB value is (130,68,0). Sum of RGB (Red+Green+Blue) = 130+68+0=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #824400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824400 is #7DBBFF. Grayscale: #4F4F4F. Windows color (decimal): -8240128 or 17538. OLE color: 17538.

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

Color convert

RGB130680-
CMYK00.4810.49
HSL31.38º100%25.49%-
HSV(B)31.38º100%50.98%-
XYZ11.278.881.12-
YUV78.7983.54164.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.66%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.66%
G=34.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13068000.4810.4931.3810025.49
Hex8244003064311f6419
Octal2021040060144613714431
Binary10000010100010000110000110010011000111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824400; }

 p { color: rgb(130,68,0); }

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

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

 a { background-color: rgb(130,68,0); }

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

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

 span { border-color: rgb(130,68,0); }

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