#8B461A

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

Shades of Saddle Brown #8B461A

Tints of Saddle Brown #8B461A

Color information

#8B461A (or 0x8B461A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 46 and 1A. RGB value is (139,70,26). Sum of RGB (Red+Green+Blue) = 139+70+26=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B461A is #74B9E5. Grayscale: #555555. Windows color (decimal): -7649766 or 1721995. OLE color: 1721995.

HSL color Cylindrical-coordinate representation of color #8B461A: hue angle of 23.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B461A is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1397026-
CMYK00.500.810.45
HSL23.36º68.48%32.35%-
HSV(B)23.36º81.29%54.51%-
XYZ13.029.942.21-
YUV85.6294.36166.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=59.15%
G=29.79%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139702600.500.810.4523.3668.4832.35
Hex8B461A032512D174420
Octal21310632062121552710440
Binary1000101110001101101001100101010001101101101111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,26); }

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

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

 a { background-color: rgb(139,70,26); }

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

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

 span { border-color: rgb(139,70,26); }

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