#823508

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

Shades of Saddle Brown #823508

Tints of Saddle Brown #823508

Color information

#823508 (or 0x823508) is unknown color: approx Saddle Brown. HEX triplet: 82, 35 and 08. RGB value is (130,53,8). Sum of RGB (Red+Green+Blue) = 130+53+8=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #823508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823508 is #7DCAF7. Grayscale: #474747. Windows color (decimal): -8243960 or 537986. OLE color: 537986.

HSL color Cylindrical-coordinate representation of color #823508: hue angle of 22.13º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #823508 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB130538-
CMYK00.590.940.49
HSL22.13º88.41%27.06%-
HSV(B)22.13º93.85%50.98%-
XYZ10.527.311.09-
YUV70.8992.51170.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=68.06%
G=27.75%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13053800.590.940.4922.1388.4127.06
Hex8235803B5E3116581b
Octal2026510073136612613033
Binary1000001011010110000111011101111011000110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823508; }

 p { color: rgb(130,53,8); }

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

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

 a { background-color: rgb(130,53,8); }

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

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

 span { border-color: rgb(130,53,8); }

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