#8A4401

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

Shades of Saddle Brown #8A4401

Tints of Saddle Brown #8A4401

Color information

#8A4401 (or 0x8A4401) is unknown color: approx Saddle Brown. HEX triplet: 8A, 44 and 01. RGB value is (138,68,1). Sum of RGB (Red+Green+Blue) = 138+68+1=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4401 is #75BBFE. Grayscale: #515151. Windows color (decimal): -7715839 or 83082. OLE color: 83082.

HSL color Cylindrical-coordinate representation of color #8A4401: hue angle of 29.34º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A4401 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB138681-
CMYK00.510.990.46
HSL29.34º98.56%27.25%-
HSV(B)29.34º99.28%54.12%-
XYZ12.559.541.21-
YUV81.2982.69168.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.67%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=66.67%
G=32.85%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13868100.510.990.4629.3498.5627.25
Hex8A441033632E1d631b
Octal2121041063143563514333
Binary10001010100010010110011110001110111011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,68,1); }

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

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

 a { background-color: rgb(138,68,1); }

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

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

 span { border-color: rgb(138,68,1); }

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