#8A5306

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

Shades of Saddle Brown #8A5306

Tints of Saddle Brown #8A5306

Color information

#8A5306 (or 0x8A5306) is unknown color: approx Saddle Brown. HEX triplet: 8A, 53 and 06. RGB value is (138,83,6). Sum of RGB (Red+Green+Blue) = 138+83+6=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5306 is #75ACF9. Grayscale: #5B5B5B. Windows color (decimal): -7711994 or 414602. OLE color: 414602.

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

Color convert

RGB138836-
CMYK00.400.960.46
HSL35º91.67%28.24%-
HSV(B)35º95.65%54.12%-
XYZ13.6111.61.69-
YUV90.6780.22161.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.79%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=60.79%
G=36.56%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13883600.400.960.463591.6728.24
Hex8A536028602E235c1c
Octal2121236050140564313434
Binary10001010101001111001010001100000101110100011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,6); }

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

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

 a { background-color: rgb(138,83,6); }

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

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

 span { border-color: rgb(138,83,6); }

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