#804108

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

Shades of Saddle Brown #804108

Tints of Saddle Brown #804108

Color information

#804108 (or 0x804108) is unknown color: approx Saddle Brown. HEX triplet: 80, 41 and 08. RGB value is (128,65,8). Sum of RGB (Red+Green+Blue) = 128+65+8=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #804108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804108 is #7FBEF7. Grayscale: #4D4D4D. Windows color (decimal): -8371960 or 541056. OLE color: 541056.

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

Color convert

RGB128658-
CMYK00.490.940.50
HSL28.5º88.24%26.67%-
HSV(B)28.5º93.75%50.2%-
XYZ10.848.391.28-
YUV77.3488.87164.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=63.68%
G=32.34%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12865800.490.940.5028.588.2426.67
Hex804180315E321c581b
Octal20010110061136623413033
Binary10000000100000110000110001101111011001011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804108; }

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

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

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

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

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

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

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

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