#863A19

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

Shades of Saddle Brown #863A19

Tints of Saddle Brown #863A19

Color information

#863A19 (or 0x863A19) is unknown color: approx Saddle Brown. HEX triplet: 86, 3A and 19. RGB value is (134,58,25). Sum of RGB (Red+Green+Blue) = 134+58+25=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #863A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A19 is #79C5E6. Grayscale: #4D4D4D. Windows color (decimal): -7980519 or 1653382. OLE color: 1653382.

HSL color Cylindrical-coordinate representation of color #863A19: hue angle of 18.17º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #863A19 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1345825-
CMYK00.570.810.47
HSL18.17º68.55%31.18%-
HSV(B)18.17º81.34%52.55%-
XYZ11.528.161.89-
YUV76.9698.68168.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=61.75%
G=26.73%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134582500.570.810.4718.1768.5531.18
Hex863A19039512F12451f
Octal2067231071121572210537
Binary10000110111010110010111001101000110111110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A19; }

 p { color: rgb(134,58,25); }

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

<style>
 a { background-color: #863A19; }

 a { background-color: rgb(134,58,25); }

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

<style>
 span { border-color: #863A19; }

 span { border-color: rgb(134,58,25); }

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