#8B481E

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

Shades of Saddle Brown #8B481E

Tints of Saddle Brown #8B481E

Color information

#8B481E (or 0x8B481E) is unknown color: approx Saddle Brown. HEX triplet: 8B, 48 and 1E. RGB value is (139,72,30). Sum of RGB (Red+Green+Blue) = 139+72+30=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B481E is #74B7E1. Grayscale: #575757. Windows color (decimal): -7649250 or 1984651. OLE color: 1984651.

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

Color convert

RGB1397230-
CMYK00.480.780.45
HSL23.12º64.5%33.14%-
HSV(B)23.12º78.42%54.51%-
XYZ13.210.222.5-
YUV87.2495.7164.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=57.68%
G=29.88%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139723000.480.780.4523.1264.533.14
Hex8B481E0304E2D174021
Octal21311036060116552710041
Binary1000101110010001111001100001001110101101101111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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