#8A4202

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

Shades of Saddle Brown #8A4202

Tints of Saddle Brown #8A4202

Color information

#8A4202 (or 0x8A4202) is unknown color: approx Saddle Brown. HEX triplet: 8A, 42 and 02. RGB value is (138,66,2). Sum of RGB (Red+Green+Blue) = 138+66+2=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4202 is #75BDFD. Grayscale: #505050. Windows color (decimal): -7716350 or 148106. OLE color: 148106.

HSL color Cylindrical-coordinate representation of color #8A4202: hue angle of 28.24º degrees, saturation: 0.97, 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 #8A4202 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB138662-
CMYK00.520.990.46
HSL28.24º97.14%27.45%-
HSV(B)28.24º98.55%54.12%-
XYZ12.449.31.2-
YUV80.2383.85169.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.99%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=66.99%
G=32.04%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13866200.520.990.4628.2497.1427.45
Hex8A422034632E1c611b
Octal2121022064143563414133
Binary100010101000010100110100110001110111011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,66,2); }

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

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

 a { background-color: rgb(138,66,2); }

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

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

 span { border-color: rgb(138,66,2); }

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