#8A4E0C

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

Shades of Saddle Brown #8A4E0C

Tints of Saddle Brown #8A4E0C

Color information

#8A4E0C (or 0x8A4E0C) is unknown color: approx Saddle Brown. HEX triplet: 8A, 4E and 0C. RGB value is (138,78,12). Sum of RGB (Red+Green+Blue) = 138+78+12=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A4E0C is #75B1F3. Grayscale: #585858. Windows color (decimal): -7713268 or 806538. OLE color: 806538.

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

Color convert

RGB1387812-
CMYK00.430.910.46
HSL31.43º84%29.41%-
HSV(B)31.43º91.3%54.12%-
XYZ13.2710.881.75-
YUV88.4284.88163.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.53%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=60.53%
G=34.21%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138781200.430.910.4631.438429.41
Hex8A4EC02B5B2E1f541d
Octal21211614053133563712435
Binary10001010100111011000101011101101110111011111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,78,12); }

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

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

 a { background-color: rgb(138,78,12); }

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

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

 span { border-color: rgb(138,78,12); }

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