#8A2C03

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

Shades of Saddle Brown #8A2C03

Tints of Saddle Brown #8A2C03

Color information

#8A2C03 (or 0x8A2C03) is unknown color: approx Saddle Brown. HEX triplet: 8A, 2C and 03. RGB value is (138,44,3). Sum of RGB (Red+Green+Blue) = 138+44+3=185 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.59% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2C03 is #75D3FC. Grayscale: #434343. Windows color (decimal): -7721981 or 208010. OLE color: 208010.

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

Color convert

RGB138443-
CMYK00.680.980.46
HSL18.22º95.74%27.65%-
HSV(B)18.22º97.83%54.12%-
XYZ11.47.210.88-
YUV67.4391.64178.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 74.59%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=74.59%
G=23.78%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13844300.680.980.4618.2295.7427.65
Hex8A2C3044622E12601c
Octal2125430104142562214034
Binary100010101011001101000100110001010111010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,44,3); }

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

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

 a { background-color: rgb(138,44,3); }

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

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

 span { border-color: rgb(138,44,3); }

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