#824200

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

Shades of Saddle Brown #824200

Tints of Saddle Brown #824200

Color information

#824200 (or 0x824200) is unknown color: approx Saddle Brown. HEX triplet: 82, 42 and 00. RGB value is (130,66,0). Sum of RGB (Red+Green+Blue) = 130+66+0=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #824200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824200 is #7DBDFF. Grayscale: #4D4D4D. Windows color (decimal): -8240640 or 17026. OLE color: 17026.

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

Color convert

RGB130660-
CMYK00.4910.49
HSL30.46º100%25.49%-
HSV(B)30.46º100%50.98%-
XYZ11.158.641.08-
YUV77.6184.2165.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.33%
G=33.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13066000.4910.4930.4610025.49
Hex8242003164311e6419
Octal2021020061144613614431
Binary10000010100001000110001110010011000111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824200; }

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

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

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

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

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

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

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

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