#8A3805

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

Shades of Saddle Brown #8A3805

Tints of Saddle Brown #8A3805

Color information

#8A3805 (or 0x8A3805) is unknown color: approx Saddle Brown. HEX triplet: 8A, 38 and 05. RGB value is (138,56,5). Sum of RGB (Red+Green+Blue) = 138+56+5=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3805 is #75C7FA. Grayscale: #4A4A4A. Windows color (decimal): -7718907 or 342154. OLE color: 342154.

HSL color Cylindrical-coordinate representation of color #8A3805: hue angle of 23.01º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A3805 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB138565-
CMYK00.590.960.46
HSL23.01º93.01%28.04%-
HSV(B)23.01º96.38%54.12%-
XYZ11.928.241.11-
YUV74.788.67173.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69.35%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=69.35%
G=28.14%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13856500.590.960.4623.0193.0128.04
Hex8A38503B602E175d1c
Octal212705073140562713534
Binary100010101110001010111011110000010111010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3805; }

 p { color: rgb(138,56,5); }

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

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

 a { background-color: rgb(138,56,5); }

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

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

 span { border-color: rgb(138,56,5); }

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