#8A480C

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

Shades of Saddle Brown #8A480C

Tints of Saddle Brown #8A480C

Color information

#8A480C (or 0x8A480C) is unknown color: approx Saddle Brown. HEX triplet: 8A, 48 and 0C. RGB value is (138,72,12). Sum of RGB (Red+Green+Blue) = 138+72+12=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A480C is #75B7F3. Grayscale: #555555. Windows color (decimal): -7714804 or 805002. OLE color: 805002.

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

Color convert

RGB1387212-
CMYK00.480.910.46
HSL28.57º84%29.41%-
HSV(B)28.57º91.3%54.12%-
XYZ12.8610.061.61-
YUV84.8986.87165.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.16%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=62.16%
G=32.43%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138721200.480.910.4628.578429.41
Hex8A48C0305B2E1d541d
Octal21211014060133563512435
Binary10001010100100011000110000101101110111011101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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