#8A4402

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

Shades of Saddle Brown #8A4402

Tints of Saddle Brown #8A4402

Color information

#8A4402 (or 0x8A4402) is unknown color: approx Saddle Brown. HEX triplet: 8A, 44 and 02. RGB value is (138,68,2). Sum of RGB (Red+Green+Blue) = 138+68+2=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4402 is #75BBFD. Grayscale: #515151. Windows color (decimal): -7715838 or 148618. OLE color: 148618.

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

Color convert

RGB138682-
CMYK00.510.990.46
HSL29.12º97.14%27.45%-
HSV(B)29.12º98.55%54.12%-
XYZ12.569.541.24-
YUV81.4183.19168.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.35%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=66.35%
G=32.69%
B=0.96%

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
Decimal13868200.510.990.4629.1297.1427.45
Hex8A442033632E1d611b
Octal2121042063143563514133
Binary100010101000100100110011110001110111011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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