#824A0B

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

Shades of Saddle Brown #824A0B

Tints of Saddle Brown #824A0B

Color information

#824A0B (or 0x824A0B) is unknown color: approx Saddle Brown. HEX triplet: 82, 4A and 0B. RGB value is (130,74,11). Sum of RGB (Red+Green+Blue) = 130+74+11=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A0B is #7DB5F4. Grayscale: #535353. Windows color (decimal): -8238581 or 739970. OLE color: 739970.

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

Color convert

RGB1307411-
CMYK00.430.920.49
HSL31.76º84.4%27.65%-
HSV(B)31.76º91.54%50.98%-
XYZ11.729.671.57-
YUV83.5687.05161.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=60.47%
G=34.42%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130741100.430.920.4931.7684.427.65
Hex824AB02B5C3120541c
Octal20211213053134614012434
Binary100000101001010101101010111011100110001100000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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