#8B401E

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

Shades of Saddle Brown #8B401E

Tints of Saddle Brown #8B401E

Color information

#8B401E (or 0x8B401E) is unknown color: approx Saddle Brown. HEX triplet: 8B, 40 and 1E. RGB value is (139,64,30). Sum of RGB (Red+Green+Blue) = 139+64+30=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B401E is #74BFE1. Grayscale: #525252. Windows color (decimal): -7651298 or 1982603. OLE color: 1982603.

HSL color Cylindrical-coordinate representation of color #8B401E: hue angle of 18.72º 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 #8B401E is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB1396430-
CMYK00.540.780.45
HSL18.72º64.5%33.14%-
HSV(B)18.72º78.42%54.51%-
XYZ12.729.252.34-
YUV82.5598.35168.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=59.66%
G=27.47%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139643000.540.780.4518.7264.533.14
Hex8B401E0364E2D134021
Octal21310036066116552310041
Binary1000101110000001111001101101001110101101100111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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