#8A3302

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

Shades of Saddle Brown #8A3302

Tints of Saddle Brown #8A3302

Color information

#8A3302 (or 0x8A3302) is unknown color: approx Saddle Brown. HEX triplet: 8A, 33 and 02. RGB value is (138,51,2). Sum of RGB (Red+Green+Blue) = 138+51+2=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3302 is #75CCFD. Grayscale: #474747. Windows color (decimal): -7720190 or 144266. OLE color: 144266.

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

Color convert

RGB138512-
CMYK00.630.990.46
HSL21.62º97.14%27.45%-
HSV(B)21.62º98.55%54.12%-
XYZ11.687.780.94-
YUV71.4388.82175.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 72.25%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=72.25%
G=26.70%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13851200.630.990.4621.6297.1427.45
Hex8A33203F632E16611b
Octal212632077143562614133
Binary10001010110011100111111110001110111010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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