#824A0E

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

Shades of Saddle Brown #824A0E

Tints of Saddle Brown #824A0E

Color information

#824A0E (or 0x824A0E) is unknown color: approx Saddle Brown. HEX triplet: 82, 4A and 0E. RGB value is (130,74,14). Sum of RGB (Red+Green+Blue) = 130+74+14=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A0E is #7DB5F1. Grayscale: #545454. Windows color (decimal): -8238578 or 936578. OLE color: 936578.

HSL color Cylindrical-coordinate representation of color #824A0E: hue angle of 31.03º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #824A0E is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1307414-
CMYK00.430.890.49
HSL31.03º80.56%28.24%-
HSV(B)31.03º89.23%50.98%-
XYZ11.739.681.66-
YUV83.988.55160.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=59.63%
G=33.94%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130741400.430.890.4931.0380.5628.24
Hex824AE02B59311f511c
Octal20211216053131613712134
Binary10000010100101011100101011101100111000111111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824A0E; }

 p { color: rgb(130,74,14); }

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

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

 a { background-color: rgb(130,74,14); }

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

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

 span { border-color: rgb(130,74,14); }

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