#824A0A

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

Shades of Saddle Brown #824A0A

Tints of Saddle Brown #824A0A

Color information

#824A0A (or 0x824A0A) is unknown color: approx Saddle Brown. HEX triplet: 82, 4A and 0A. RGB value is (130,74,10). Sum of RGB (Red+Green+Blue) = 130+74+10=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #824A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A0A is #7DB5F5. Grayscale: #535353. Windows color (decimal): -8238582 or 674434. OLE color: 674434.

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

Color convert

RGB1307410-
CMYK00.430.920.49
HSL32º85.71%27.45%-
HSV(B)32º92.31%50.98%-
XYZ11.719.671.54-
YUV83.4586.55161.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=60.75%
G=34.58%
B=4.67%

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
Decimal130741000.430.920.493285.7127.45
Hex824AA02B5C3120561b
Octal20211212053134614012633
Binary100000101001010101001010111011100110001100000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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