#823B0A

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

Shades of Saddle Brown #823B0A

Tints of Saddle Brown #823B0A

Color information

#823B0A (or 0x823B0A) is unknown color: approx Saddle Brown. HEX triplet: 82, 3B and 0A. RGB value is (130,59,10). Sum of RGB (Red+Green+Blue) = 130+59+10=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #823B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823B0A is #7DC4F5. Grayscale: #4A4A4A. Windows color (decimal): -8242422 or 670594. OLE color: 670594.

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

Color convert

RGB1305910-
CMYK00.550.920.49
HSL24.5º85.71%27.45%-
HSV(B)24.5º92.31%50.98%-
XYZ10.827.91.24-
YUV74.6491.52167.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=65.33%
G=29.65%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130591000.550.920.4924.585.7127.45
Hex823BA0375C3118561b
Octal2027312067134613012633
Binary1000001011101110100110111101110011000111000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823B0A; }

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

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

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

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

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

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

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

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