#8A4D0B

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

Shades of Saddle Brown #8A4D0B

Tints of Saddle Brown #8A4D0B

Color information

#8A4D0B (or 0x8A4D0B) is unknown color: approx Saddle Brown. HEX triplet: 8A, 4D and 0B. RGB value is (138,77,11). Sum of RGB (Red+Green+Blue) = 138+77+11=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A4D0B is #75B2F4. Grayscale: #585858. Windows color (decimal): -7713525 or 740746. OLE color: 740746.

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

Color convert

RGB1387711-
CMYK00.440.920.46
HSL31.18º85.23%29.22%-
HSV(B)31.18º92.03%54.12%-
XYZ13.210.741.69-
YUV87.7284.71163.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.06%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 11 (4.69% from 255) = 4.87%
R=61.06%
G=34.07%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138771100.440.920.4631.1885.2329.22
Hex8A4DB02C5C2E1f551d
Octal21211513054134563712535
Binary10001010100110110110101100101110010111011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,11); }

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

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

 a { background-color: rgb(138,77,11); }

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

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

 span { border-color: rgb(138,77,11); }

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