#8B480A

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

Shades of Saddle Brown #8B480A

Tints of Saddle Brown #8B480A

Color information

#8B480A (or 0x8B480A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 48 and 0A. RGB value is (139,72,10). Sum of RGB (Red+Green+Blue) = 139+72+10=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B480A is #74B7F5. Grayscale: #555555. Windows color (decimal): -7649270 or 673931. OLE color: 673931.

HSL color Cylindrical-coordinate representation of color #8B480A: hue angle of 28.84º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B480A is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1397210-
CMYK00.480.930.45
HSL28.84º86.58%29.22%-
HSV(B)28.84º92.81%54.51%-
XYZ13.0210.151.56-
YUV84.9685.7166.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=62.90%
G=32.58%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139721000.480.930.4528.8486.5829.22
Hex8B48A0305D2D1d571d
Octal21311012060135553512735
Binary10001011100100010100110000101110110110111101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,10); }

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

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

 a { background-color: rgb(139,72,10); }

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

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

 span { border-color: rgb(139,72,10); }

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