#824108

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

Shades of Saddle Brown #824108

Tints of Saddle Brown #824108

Color information

#824108 (or 0x824108) is unknown color: approx Saddle Brown. HEX triplet: 82, 41 and 08. RGB value is (130,65,8). Sum of RGB (Red+Green+Blue) = 130+65+8=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #824108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824108 is #7DBEF7. Grayscale: #4E4E4E. Windows color (decimal): -8240888 or 541058. OLE color: 541058.

HSL color Cylindrical-coordinate representation of color #824108: hue angle of 28.03º 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 #824108 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB130658-
CMYK00.500.940.49
HSL28.03º88.41%27.06%-
HSV(B)28.03º93.85%50.98%-
XYZ11.148.541.29-
YUV77.9488.53165.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=64.04%
G=32.02%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13065800.500.940.4928.0388.4127.06
Hex824180325E311c581b
Octal20210110062136613413033
Binary10000010100000110000110010101111011000111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824108; }

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

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

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

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

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

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

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

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